getSequenceIndex method

int getSequenceIndex()

The index of the texture region to display when the slot's attachment has a Sequence. -1 represents the Sequence.getSetupIndex.

Implementation

int getSequenceIndex() {
  return _bindings.spine_slot_get_sequence_index(_slot);
}