bones property
ArrayInt
get
bones
The bone indices affected by this animation.
Implementation
ArrayInt get bones {
final result = SpineBindings.bindings.spine_animation_get_bones(_ptr);
return ArrayInt.fromPointer(result);
}