GetWorldToScreen method

Vector2C GetWorldToScreen(
  1. Vector3C position,
  2. Camera3DC camera
)

Get the screen space position for a 3d world space position

Implementation

Vector2C GetWorldToScreen(Vector3C position, Camera3DC camera)
  => _GetWorldToScreen(position, camera);