Click or drag to resize
DigitalRuneRigidBodyOnRemoveFromSimulation Method
Called when this rigid body is removed from a simulation.

Namespace: DigitalRune.Physics
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
protected virtual void OnRemoveFromSimulation()
Remarks

The simulation from which the rigid body is removed is set in the property Simulation. After OnRemoveFromSimulation the property Simulation will be reset to .

Notes to Inheritors: When overriding OnRemoveFromSimulation in a derived class, be sure to call the base class's OnRemoveFromSimulation method.

See Also