|
Call this function to set the linear velocity of the dynamic object. The velocity is in world space. - Note:
- Extremely high velocities will be clamped.
If the object is at rest, calling this function will have no effect. Use the function TA::Physics::SetDynamicObjectIsMoving to make sure the object is not at rest.
- See also:
- TA::DynamicObject::GetLinearVelocity, TA::DynamicObject::GetAngularVelocity, TA::DynamicObject::SetAngularVelocity and TA::DynamicObject::GetVelocityAtWorldPosition.
- Parameters:
-
|