RegionAttachment.fromPointer constructor

RegionAttachment.fromPointer(
  1. Pointer<spine_region_attachment_wrapper> _ptr
)

Implementation

RegionAttachment.fromPointer(this._ptr)
    : super.fromPointer(SpineBindings.bindings.spine_region_attachment_cast_to_attachment(_ptr));