GetScreenToWorld2D method

Vector2C GetScreenToWorld2D(
  1. Vector2C position,
  2. Camera2DC camera
)

Get the world space position for a 2d camera screen space position

Implementation

Vector2C GetScreenToWorld2D(Vector2C position, Camera2DC camera)
  => _GetScreenToWorld2D(position, camera);