Skip to main content

Module ui

Module ui 

Source
Expand description

UI module - egui integration for debug/editor UI

Structs§

EguiManager
Manager for egui state and rendering.

Traits§

EguiRender
Trait for implementing custom egui render passes. Implement this trait to render egui UI in your application.

Functions§

handle_egui_event
Handles a winit event and returns true if it was consumed by egui.