| IConstraintSimulation Property |
Gets the simulation to which this constraint belongs.
Namespace: DigitalRune.Physics.ConstraintsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax Simulation Simulation { get; }
ReadOnly Property Simulation As Simulation
Get
property Simulation^ Simulation {
Simulation^ get ();
}
abstract Simulation : Simulation with get
Property Value
Type:
Simulation
The simulation. The default value is
. This property is automatically
set when the constraint is added to a simulation.
See Also