getDrawOrderThreshold method
When the mix percentage (mix time / mix duration) is less than the draw order threshold, draw order timelines for the animation being mixed out will be applied. Defaults to 0, so draw order timelines are not applied for an animation being mixed out.
Implementation
double getDrawOrderThreshold() {
return _bindings.spine_track_entry_get_draw_order_threshold(_entry);
}