getData method

SlotData getData()

The slot's setup pose data.

Implementation

SlotData getData() {
  return SlotData._(_bindings.spine_slot_get_data(_slot));
}