getBone method

Bone getBone()

The bone this slot belongs to.

Implementation

Bone getBone() {
  return Bone._(_bindings.spine_slot_get_bone(_slot));
}