Module bones_framework::debug
source · Expand description
Implements bones egui debug windows and tools. Requires ‘ui’ feature flag.
Structs§
- Track frame time state synced from bevy frame time diagnostics for bones app.
- State of frame time diagnostic window. Stored in
EguiCtx
state, setting open = true will open window if plugin installed.
Functions§
- Renders frame time diagnostic window in Egui if window is set to open in
FrameTimeWindowState
stored inEguiCtx
state. - If installed, allows opening egui window with
FrameTimeWindowState
inEguiCtx
state to get frame time information.