VertexAttachment.fromPointer constructor

VertexAttachment.fromPointer(
  1. Pointer<spine_vertex_attachment_wrapper> _ptr
)

Implementation

VertexAttachment.fromPointer(this._ptr)
    : super.fromPointer(SpineBindings.bindings.spine_vertex_attachment_cast_to_attachment(_ptr));