isNextReady method

bool isNextReady()

Implementation

bool isNextReady() {
  return _bindings.spine_track_entry_is_next_ready(_entry) == -1;
}