Click or drag to resize
DigitalRuneSkeletonGetIndex Method
Gets the bone index for a given bone name.

Namespace: DigitalRune.Animation.Character
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public int GetIndex(
	string boneName
)

Parameters

boneName
Type: SystemString
The name of the bone.

Return Value

Type: Int32
The bone index, or -1 if no bone with this name exists.
See Also