spine_slot_get_attachment method

spine_attachment spine_slot_get_attachment(
  1. spine_slot slot
)

Implementation

spine_attachment spine_slot_get_attachment(
  spine_slot slot,
) {
  return _spine_slot_get_attachment(
    slot,
  );
}