isNextReady property

bool get isNextReady

Returns true if there is a getNext() track entry that is ready to become the current track entry during the next AnimationState::update(float)}

Implementation

bool get isNextReady {
  final result = SpineBindings.bindings.spine_track_entry_is_next_ready(_ptr);
  return result;
}