copyTo method

void copyTo(
  1. VertexAttachment other
)

Implementation

void copyTo(VertexAttachment other) {
  SpineBindings.bindings.spine_vertex_attachment_copy_to(_ptr, other.nativePtr.cast());
}