GetWorldToScreen2D method

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

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

Implementation

Vector2C GetWorldToScreen2D(Vector2C position, Camera2DC camera)
  => _GetWorldToScreen2D(position, camera);