boundingBoxes property

ArrayBoundingBoxAttachment get boundingBoxes

Returns all bounding boxes. Requires a call to update() first.

Implementation

ArrayBoundingBoxAttachment get boundingBoxes {
  final result = SpineBindings.bindings.spine_skeleton_bounds_get_bounding_boxes(_ptr);
  return ArrayBoundingBoxAttachment.fromPointer(result);
}