Constant bevy::dev_tools::fps_overlay::FPS_OVERLAY_ZINDEX

pub const FPS_OVERLAY_ZINDEX: i32 = _; // 2_147_483_615i32
Expand description

Global ZIndex used to render the fps overlay.

We use a number slightly under i32::MAX so you can render on top of it if you really need to.