Skip to main content

OVERLAY_ORDER_BASE

Constant OVERLAY_ORDER_BASE 

Source
pub const OVERLAY_ORDER_BASE: PaintOrder = 0x4000_0000;
Expand description

First PaintOrder of the top-layer band. Every rank in an OverlayLayer subtree is >= OVERLAY_ORDER_BASE; every normal-tree rank is below it (real UI trees are nowhere near 0x2000_0000 entities), so overlay content always paints after all normal content.