GetWorldToScreenEx function
See RaylibCoreFlatModule.GetWorldToScreenEx.
Implementation
Vector2D GetWorldToScreenEx(
Vector3D position,
Camera3DD camera,
int width,
int height,
) => _module.GetWorldToScreenEx(position, camera, width, height);