Method SetLinearVelocity
SetLinearVelocity(PhysicsWorld, int, float3)
Set the linear velocity of a rigid body (in world space)
Declaration
public static void SetLinearVelocity(this PhysicsWorld world, int rigidBodyIndex, float3 linearVelocity)
Parameters
Type | Name | Description |
---|---|---|
PhysicsWorld | world | The world to act on. |
int | rigidBodyIndex | Zero-based index of the rigid body. |
float3 | linearVelocity | The linear velocity. |