[This is preliminary documentation and is subject to change.]
Gets the up vector of this instance.
 
    Namespace: 
   Rage
    Assembly:
   RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
 
public Vector3 UpVector { get; }Public ReadOnly Property UpVector As Vector3
	Get
public:
property Vector3 UpVector {
	Vector3 get ();
}Property Value
Type: 
Vector3A vector pointing towards the entity's top.
 
Reference