getNumTracks method

int getNumTracks()

Implementation

int getNumTracks() {
  return _bindings.spine_animation_state_get_num_tracks(_state);
}