Click or drag to resize
DigitalRuneRagdollBodyOffsets Property
Gets the body offsets.

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

Property Value

Type: NotifyingCollectionPose
The 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