spine_attachment_get_rtti method

spine_rtti spine_attachment_get_rtti(
  1. spine_attachment self
)

Implementation

spine_rtti spine_attachment_get_rtti(
  spine_attachment self,
) {
  return _spine_attachment_get_rtti(
    self,
  );
}