Click or drag to resize
DigitalRuneRagdollBodies Property
Gets the rigid bodies that represent the ragdoll limbs.

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

Property Value

Type: NotifyingCollectionRigidBody
The bodies. Per default this collection is empty.
Remarks
This collection can have any number of entries. It can contain entries. The order of the bodies in this collection is important. The index in this list determines the bone index that will be used for the body.
See Also