spine_slot_set_attachment method

void spine_slot_set_attachment(
  1. spine_slot slot,
  2. spine_attachment attachment
)

Implementation

void spine_slot_set_attachment(
  spine_slot slot,
  spine_attachment attachment,
) {
  return _spine_slot_set_attachment(
    slot,
    attachment,
  );
}