| SimulationConstraints Property |
Gets the constraints.
Namespace: DigitalRune.PhysicsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax public ConstraintCollection Constraints { get; }
Public ReadOnly Property Constraints As ConstraintCollection
Get
public:
property ConstraintCollection^ Constraints {
ConstraintCollection^ get ();
}
member Constraints : ConstraintCollection with get
Property Value
Type:
ConstraintCollectionThe constraints.
See Also