Click or drag to resize
DigitalRuneRigidBodyClearForces Method
Clears all forces that were set with AddForce(Vector3F, Vector3F), AddForce(Vector3F) or AddTorque(Vector3F).

Namespace: DigitalRune.Physics
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public void ClearForces()
Remarks
Forces are automatically cleared at the end of a simulation time step.
See Also