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
EguiCtxstate, setting open = true will open window if plugin installed.
Functions§
- Renders frame time diagnostic window in Egui if window is set to open in
FrameTimeWindowStatestored inEguiCtxstate. - If installed, allows opening egui window with
FrameTimeWindowStateinEguiCtxstate to get frame time information.