bones property

ArrayInt get bones

The Skeleton::getBones() indices affected by this animation.

See setTimelines() and BoneTimeline::getBoneIndex().

Implementation

ArrayInt get bones {
  final result = SpineBindings.bindings.spine_animation_get_bones(_ptr);
  return ArrayInt.fromPointer(result);
}