GetWorldToScreen2D function

Vector2D GetWorldToScreen2D(
  1. Vector2D position,
  2. Camera2DD camera
)

See RaylibCoreFlatModule.GetWorldToScreen2D.

Implementation

Vector2D GetWorldToScreen2D(
  Vector2D position,
  Camera2DD camera,
) => _module.GetWorldToScreen2D(position, camera);