WorldConvertWorldPositionToScreenPosition Method

RAGE Plugin Hook Documentation

[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

public static Vector2 ConvertWorldPositionToScreenPosition(
	Vector3 worldPosition
)

Parameters

worldPosition
Type: RageVector3
The position, in world space, to convert.

Return Value

Type: Vector2
An instance of Vector2 representing the screen space position of the specified world position.
See Also

Reference