[This is preliminary documentation and is subject to change.]
Converts the specified position from world space to screen space.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Parameters
- worldPosition
- Type: RageVector3
The position, in world space, to convert.
Return Value
Type: Vector2An instance of Vector2 representing the screen space position of the specified world position.
See Also