MeshAttachment.fromPointer constructor

MeshAttachment.fromPointer(
  1. Pointer<spine_mesh_attachment_wrapper> _ptr
)

Implementation

MeshAttachment.fromPointer(this._ptr)
    : super.fromPointer(SpineBindings.bindings.spine_mesh_attachment_cast_to_vertex_attachment(_ptr));