spine_slot_get_bone method

spine_bone spine_slot_get_bone(
  1. spine_slot self
)

The bone this slot belongs to.

Implementation

spine_bone spine_slot_get_bone(
  spine_slot self,
) {
  return _spine_slot_get_bone(
    self,
  );
}