Click or drag to resize
DigitalRuneSkeletonPose.SetBoneTransform Method
Sets the bone transform of the specified bone.

Namespace: DigitalRune.Animation.Character
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public void SetBoneTransform(
	int boneIndex,
	SrtTransform boneTransform
)

Parameters

boneIndex
Type: System.Int32
The index of the bone.
boneTransform
Type: DigitalRune.Animation.Character.SrtTransform
The bone transform.
See Also