spine_bone_get_children method

spine_array_bone spine_bone_get_children(
  1. spine_bone self
)

The immediate children of this bone.

Implementation

spine_array_bone spine_bone_get_children(
  spine_bone self,
) {
  return _spine_bone_get_children(
    self,
  );
}