getTtrackIndex method

int getTtrackIndex()

The index of the track where this track entry is either current or queued.

See AnimationState.getCurrent.

Implementation

int getTtrackIndex() {
  return _bindings.spine_track_entry_get_track_index(_entry);
}