Module debug

Module debug 

Source
Expand description

Implements bones egui debug windows and tools. Requires ‘ui’ feature flag.

Structs§

FrameDiagState
Track frame time state synced from bevy frame time diagnostics for bones app.
FrameTimeWindowState
State of frame time diagnostic window. Stored in EguiCtx state, setting open = true will open window if plugin installed.

Functions§

frame_diagnostic_window
Renders frame time diagnostic window in Egui if window is set to open in FrameTimeWindowState stored in EguiCtx state.
frame_time_diagnostics_plugin
If installed, allows opening egui window with FrameTimeWindowState in EguiCtx state to get frame time information.