RigidBodyApplyTorque Method |
Apply torque force on the body.
Namespace:
GeonBit.Core.Physics
Assembly:
GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void ApplyTorque(
Vector3 torque,
bool asImpulse = false
)
Parameters
- torque
- Type: Vector3
Torque force to apply. - asImpulse (Optional)
- Type: SystemBoolean
If true, will apply torque as an impulse.
See Also