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