PathAttachment.fromPointer constructor

PathAttachment.fromPointer(
  1. Pointer<spine_path_attachment_wrapper> _ptr
)

Implementation

PathAttachment.fromPointer(this._ptr)
    : super.fromPointer(SpineBindings.bindings.spine_path_attachment_cast_to_vertex_attachment(_ptr));