Click or drag to resize
DigitalRuneSkeletonGetNumberOfChildren Method
Gets the number of child bones 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 GetNumberOfChildren(
	int boneIndex
)

Parameters

boneIndex
Type: SystemInt32
The bone index.

Return Value

Type: Int32
The number of child bones that are attached to this bone. (Only direct child bones - not children of children.)
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionboneIndex is out of range.
See Also