Expand description
Implements bones egui debug windows and tools. Requires ‘ui’ feature flag.
Structs§
- Frame
Diag State - Track frame time state synced from bevy frame time diagnostics for bones app.
- Frame
Time Window State - State of frame time diagnostic window. Stored in
EguiCtxstate, 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
FrameTimeWindowStatestored inEguiCtxstate. - frame_
time_ diagnostics_ plugin - If installed, allows opening egui window with
FrameTimeWindowStateinEguiCtxstate to get frame time information.