Function bones_framework::debug::frame_diagnostic_window

source ยท
pub fn frame_diagnostic_window(
    state: Option<ResMut<'_, FrameDiagState>>,
    egui_ctx: ResMut<'_, EguiCtx>,
)
Expand description

Renders frame time diagnostic window in Egui if window is set to open in FrameTimeWindowState stored in EguiCtx state.