Skeleton2D.getBone

Returns a Bone2D from the node hierarchy parented by Skeleton2D. The object to return is identified by the parameter idx. Bones are indexed by descending the node hierarchy from top to bottom, adding the children of each branch before moving to the next sibling.

struct Skeleton2D
@nogc nothrow
getBone
(
in long idx
)

Meta