Click or drag to resize
DigitalRuneDirectBoneMapper Constructor
Initializes a new instance of the DirectBoneMapper class.

Namespace: DigitalRune.Animation.Character
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public DirectBoneMapper(
	int boneIndexA,
	int boneIndexB
)

Parameters

boneIndexA
Type: SystemInt32
The bone index for the first skeleton.
boneIndexB
Type: SystemInt32
The bone index for the second skeleton.
See Also