Module ui

Module ui 

Source
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.
EguiInputHook
Shared resource that, if inserted, allows you to modify the raw egui input based on the state of the last game frame.
EguiSettings
Resource for configuring egui rendering.
EguiTextures
Resource that maps image handles to their associated egui textures.
Font
A font asset.
FontLoader
The Font asset loader.
FontMeta
Font metadata for buttons, headings, etc, describing the font, size, and color of text to be rendered.

Traits§

EguiContextExt
Extension trait with helpers for the egui context
EguiResponseExt
Extension trait with helpers for egui responses

Functions§

ui_plugin
The Bones Framework UI plugin.