| ConstraintSimulation 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 public Simulation Simulation { get; }
Public ReadOnly Property Simulation As Simulation
Get
public:
virtual property Simulation^ Simulation {
Simulation^ get () sealed;
}
abstract Simulation : Simulation with get
override 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.
Implements
IConstraintSimulationSee Also