getMixDrawOrderThreshold method

double getMixDrawOrderThreshold()

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 getMixDrawOrderThreshold() {
  return _bindings.spine_track_entry_get_mix_draw_order_threshold(_entry);
}