getDrawOrderThreshold method

double getDrawOrderThreshold()

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

Implementation

double getDrawOrderThreshold() {
  return _bindings.spine_track_entry_get_draw_order_threshold(_entry);
}