| RagdollBodyOffsets Property |
Gets the body offsets.
Namespace: DigitalRune.Physics.SpecializedAssembly: DigitalRune.Physics.Specialized (in DigitalRune.Physics.Specialized.dll) Version: 1.10.0.0 (1.10.0.0)
Syntax public NotifyingCollection<Pose> BodyOffsets { get; }
Public ReadOnly Property BodyOffsets As NotifyingCollection(Of Pose)
Get
public:
property NotifyingCollection<Pose>^ BodyOffsets {
NotifyingCollection<Pose>^ get ();
}
member BodyOffsets : NotifyingCollection<Pose> with get
Property Value
Type:
NotifyingCollectionPoseThe body offsets. Per default this collection is empty.
Remarks
Each entry in this collection is associated with an entry in
Bodies. The
offset is a pose that converts from local body space to local bone space. If an offset is
Identity, the associated body is centered at the bone origin.
See Also