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