[This is preliminary documentation and is subject to change.]
 
    Namespace: 
   Rage
    Assembly:
   RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
 
public static Vector3 UnitZ { get; }Public Shared ReadOnly Property UnitZ As Vector3
	Get
public:
static property Vector3 UnitZ {
	Vector3 get ();
}Property Value
Type: 
Vector3A 
Vector3 that has a value of (0, 0, 1).
 
Reference