GetWorldToScreen2D method

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

Implementation

Vector2C GetWorldToScreen2D(Vector2C position, Camera2DC camera) {
  return _GetWorldToScreen2D(position, camera);
}