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