Skeleton.getBoneParent

Return the bone index which is the parent of the bone at "bone_idx". If -1, then bone has no parent. Note that the parent bone returned will always be less than "bone_idx".

struct Skeleton
@nogc nothrow const
long
getBoneParent
(
in long bone_idx
)

Meta