| RagdollBodies Property |
Gets the rigid bodies that represent the ragdoll limbs.
Namespace: DigitalRune.Physics.SpecializedAssembly: DigitalRune.Physics.Specialized (in DigitalRune.Physics.Specialized.dll) Version: 1.10.0.0 (1.10.0.0)
Syntax public NotifyingCollection<RigidBody> Bodies { get; }
Public ReadOnly Property Bodies As NotifyingCollection(Of RigidBody)
Get
public:
property NotifyingCollection<RigidBody^>^ Bodies {
NotifyingCollection<RigidBody^>^ get ();
}
member Bodies : NotifyingCollection<RigidBody> with get
Property Value
Type:
NotifyingCollectionRigidBodyThe 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