PointAttachment.fromPointer constructor

PointAttachment.fromPointer(
  1. Pointer<spine_point_attachment_wrapper> _ptr
)

Implementation

PointAttachment.fromPointer(this._ptr)
    : super.fromPointer(SpineBindings.bindings.spine_point_attachment_cast_to_attachment(_ptr));