spine_slot_get_bone method
The bone this slot belongs to.
Implementation
spine_bone spine_slot_get_bone(
spine_slot self,
) {
return _spine_slot_get_bone(
self,
);
}
The bone this slot belongs to.
spine_bone spine_slot_get_bone(
spine_slot self,
) {
return _spine_slot_get_bone(
self,
);
}