|  | FixedJointOnRemoveFromSimulation Method | 
Namespace: DigitalRune.Physics.Constraints
 Syntax
Syntax Remarks
RemarksThe simulation from which the constraint 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
See Also