spine_bone_get_children method
The immediate children of this bone.
Implementation
spine_array_bone spine_bone_get_children(
spine_bone self,
) {
return _spine_bone_get_children(
self,
);
}
The immediate children of this bone.
spine_array_bone spine_bone_get_children(
spine_bone self,
) {
return _spine_bone_get_children(
self,
);
}