Camera.unprojectPosition

Returns the 2D coordinate in the Viewport rectangle that maps to the given 3D point in worldspace.

struct Camera
@nogc nothrow const
Vector2
unprojectPosition
(
in Vector3 world_point
)

Meta