| SimulationIslandContactConstraints Property |
Gets the contact constraints of this island.
Namespace: DigitalRune.PhysicsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax public ReadOnlyCollection<ContactConstraint> ContactConstraints { get; }
Public ReadOnly Property ContactConstraints As ReadOnlyCollection(Of ContactConstraint)
Get
public:
property ReadOnlyCollection<ContactConstraint^>^ ContactConstraints {
ReadOnlyCollection<ContactConstraint^>^ get ();
}
member ContactConstraints : ReadOnlyCollection<ContactConstraint> with get
Property Value
Type:
ReadOnlyCollectionContactConstraintThe contacts constraints of this island.
See Also