Click or drag to resize
DigitalRuneConstraintSimulation Property
Gets the simulation to which this constraint belongs.

Namespace: DigitalRune.Physics.Constraints
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. The default value is . This property is automatically set when the constraint is added to a simulation.

Implements

IConstraintSimulation
See Also