spine_animation_get_bones method
The bone indices affected by this animation.
Implementation
spine_array_int spine_animation_get_bones(
spine_animation self,
) {
return _spine_animation_get_bones(
self,
);
}
The bone indices affected by this animation.
spine_array_int spine_animation_get_bones(
spine_animation self,
) {
return _spine_animation_get_bones(
self,
);
}