ArrayBoundingBoxAttachment constructor
ArrayBoundingBoxAttachment()
Create a new empty array
Implementation
factory ArrayBoundingBoxAttachment() {
final ptr = SpineBindings.bindings.spine_array_bounding_box_attachment_create();
return ArrayBoundingBoxAttachment.fromPointer(ptr.cast(), ownsMemory: true);
}