| SkeletonPoseGetBonePoseAbsolute Method |
Gets the absolute bone pose of the specified bone.
Namespace: DigitalRune.Animation.CharacterAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public SrtTransform GetBonePoseAbsolute(
int boneIndex
)
Public Function GetBonePoseAbsolute (
boneIndex As Integer
) As SrtTransform
public:
SrtTransform GetBonePoseAbsolute(
int boneIndex
)
member GetBonePoseAbsolute :
boneIndex : int -> SrtTransform
Parameters
- boneIndex
- Type: SystemInt32
The index of the bone.
Return Value
Type:
SrtTransform
The bone pose transformation of the specified bone relative to model space.
See Also