| AvatarPoseSkeletonPose Property |
Gets the skeleton pose at the current time position.
Namespace: DigitalRune.Animation.CharacterAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public SkeletonPose SkeletonPose { get; }
Public ReadOnly Property SkeletonPose As SkeletonPose
Get
public:
property SkeletonPose^ SkeletonPose {
SkeletonPose^ get ();
}
member SkeletonPose : SkeletonPose with get
Property Value
Type:
SkeletonPoseThe skeleton pose at the current time position.
See Also