Click or drag to resize
DigitalRuneRagdollJoints Property
Gets the joints.

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> Joints { get; }

Property Value

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