Expand description
UI resources & components.
Re-exports§
pub use ::egui;
Modules§
- widgets
- Egui widgets.
Structs§
- EguiCtx
- Resource containing the [
egui::Context] that can be used to render UI. - Egui
Input Hook - Shared resource that, if inserted, allows you to modify the raw egui input based on the state of the last game frame.
- Egui
Settings - Resource for configuring egui rendering.
- Egui
Textures - Resource that maps image handles to their associated egui textures.
- Font
- A font asset.
- Font
Loader - The
Fontasset loader. - Font
Meta - Font metadata for buttons, headings, etc, describing the font, size, and color of text to be rendered.
Traits§
- Egui
Context Ext - Extension trait with helpers for the egui context
- Egui
Response Ext - Extension trait with helpers for egui responses
Functions§
- ui_
plugin - The Bones Framework UI plugin.