[This is preliminary documentation and is subject to change.]
Gets or sets the velocity of this entity.
Namespace:
Rage
Assembly:
RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
public Vector3 Velocity { get; set; }
Public Property Velocity As Vector3
Get
Set
public:
property Vector3 Velocity {
Vector3 get ();
void set (Vector3 value);
}
Property Value
Type:
Vector3The velocity of this entity.
Reference