spine_path_attachment_reference method

void spine_path_attachment_reference(
  1. spine_path_attachment self
)

Implementation

void spine_path_attachment_reference(
  spine_path_attachment self,
) {
  return _spine_path_attachment_reference(
    self,
  );
}