bone property

Bone get bone

The bone this slot belongs to.

Implementation

Bone get bone {
  final result = SpineBindings.bindings.spine_slot_get_bone(_ptr);
  return Bone.fromPointer(result);
}