screenToWorld abstract method

Vector2 screenToWorld(
  1. Vector2 position
)

This method convert screen position to word position

Implementation

Vector2 screenToWorld(Vector2 position);