Click or drag to resize
DigitalRuneSimulationIslandConstraints Property
Gets the constraints of this island.

Namespace: DigitalRune.Physics
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public ReadOnlyCollection<Constraint> Constraints { get; }

Property Value

Type: ReadOnlyCollectionConstraint
The constraints of this island.
See Also