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