Click or drag to resize
DigitalRuneForceEffectOnRemoveFromSimulation Method
Called when this force effect is removed from a simulation.

Namespace: DigitalRune.Physics.ForceEffects
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 force effect is removed is set in the property Simulation. After OnRemoveFromSimulation the property Simulation will be reset to .
See Also