getEventThreshold method

double getEventThreshold()

When the mix percentage (getMixTime / getMixDuration) is less than the eventThreshold, event timelines are applied while this animation is being mixed out. Defaults to 0, so event timelines are not applied while this animation is being mixed out.

Implementation

double getEventThreshold() {
  return _bindings.spine_track_entry_get_event_threshold(_entry);
}