Click or drag to resize
DigitalRuneSimulationIslandContactConstraints Property
Gets the contact 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<ContactConstraint> ContactConstraints { get; }

Property Value

Type: ReadOnlyCollectionContactConstraint
The contacts constraints of this island.
See Also