spine_vertex_attachment_copy method

spine_attachment spine_vertex_attachment_copy(
  1. spine_vertex_attachment self
)

Implementation

spine_attachment spine_vertex_attachment_copy(
  spine_vertex_attachment self,
) {
  return _spine_vertex_attachment_copy(
    self,
  );
}