Crate godot_egui[][src]

Modules

Some helper functions and traits for godot-egui

Structs

Core type to draw egui-based controls in Godot. The update or update_ctx methods can be used to draw a new frame.

Functions

Converts a godot color into an egui color

Converts an egui color into a godot color

Helper method that registers all GodotEgui NativeClass objects as scripts.

Helper method that registers all GodotEgui NativeClass objects as tool scripts. This should only be used when GodotEgui is to be run inside the Godot editor.

Converts a godot Rid into an egui::TextureId