Click or drag to resize
DigitalRuneForceEffectSimulation Property
Gets the simulation to which this force effect belongs.

Namespace: DigitalRune.Physics.ForceEffects
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public Simulation Simulation { get; }

Property Value

Type: Simulation
The simulation.
Remarks
This method is before OnAddToSimulation and after OnRemoveFromSimulation. Between these method calls this property is set to the simulation that owns this force effect.
See Also