spine_point_attachment_copy method

spine_attachment spine_point_attachment_copy(
  1. spine_point_attachment self
)

Implementation

spine_attachment spine_point_attachment_copy(
  spine_point_attachment self,
) {
  return _spine_point_attachment_copy(
    self,
  );
}