Vector3UnitX Property

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Gets the X unit Vector3 (1, 0, 0).

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public static Vector3 UnitX { get; }

Property Value

Type: Vector3
A Vector3 that has a value of (1, 0, 0).
See Also

Reference