Click or drag to resize
DigitalRuneRagdollLimits Property
Gets the limits.

Namespace: DigitalRune.Physics.Specialized
Assembly: DigitalRune.Physics.Specialized (in DigitalRune.Physics.Specialized.dll) Version: 1.10.0.0 (1.10.0.0)
Syntax
public NotifyingCollection<Constraint> Limits { get; }

Property Value

Type: NotifyingCollectionConstraint
The limits. Per default this collection is empty.
See Also