ArrayBoundingBoxAttachment.fromPointer constructor

ArrayBoundingBoxAttachment.fromPointer(
  1. Pointer<spine_array_bounding_box_attachment_wrapper> ptr, {
  2. bool ownsMemory = false,
})

Implementation

ArrayBoundingBoxAttachment.fromPointer(Pointer<spine_array_bounding_box_attachment_wrapper> super.ptr,
    {bool ownsMemory = false})
    : _ownsMemory = ownsMemory;