GetWorldToScreen method

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

Implementation

Vector2C GetWorldToScreen(Vector3C position, CameraC camera) {
  return _GetWorldToScreen(position, camera);
}