Click or drag to resize
DigitalRuneSkeletonGetChild Method
Gets the bone index of a child bone of a given bone.

Namespace: DigitalRune.Animation.Character
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public int GetChild(
	int boneIndex,
	int childIndex
)

Parameters

boneIndex
Type: SystemInt32
The bone index.
childIndex
Type: SystemInt32
The child index. 0 is the first child bone, 1 is the second child bone, and so on.

Return Value

Type: Int32
The bone index of the child bone.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionboneIndex or childIndex is out of range.
See Also