class SkeletonEx

Extension class for Skeleton, for adding additional functionality for the script version of the class.

Public

Methods

staticGetBoneInfo

static SkeletonBoneInfoEx GetBoneInfo(const SPtr<Skeleton> &thisPtr, int boneIdx)

Returns information about a bone at the provided index.

boneIdx
Index of the bone to retrieve information for.

Returns: Information about the bone at the specified index.