getIndex method

int getIndex()

The index of the slot in Skeleton.getSlots.

Implementation

int getIndex() {
  return _bindings.spine_slot_data_get_index(_data);
}