Returns a readonly collection of all Constraints registered. To add or remove Constraints use AddConstraint or RemoveConstraint.

Namespace: JigLibX.Physics
Assembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0

Syntax

C#
public ReadOnlyCollection<Constraint> Constraints { get; }
Visual Basic
Public ReadOnly Property Constraints As ReadOnlyCollection(Of Constraint)
	Get
Visual C++
public:
property ReadOnlyCollection<Constraint^>^ Constraints {
	ReadOnlyCollection<Constraint^>^ get ();
}

See Also