getTtrackIndex method

int getTtrackIndex()

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

Implementation

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