Crate bevy_editor_pls

Source

Re-exports§

pub use bevy_editor_pls_core::egui_dock;
pub use egui;

Modules§

controls
input settings for the editor UI
default_windows
Default windows for the editor
editor
Editor systems, events and resources
editor_window
Trait definition for new editor windows
prelude
Commonly used types and extension traits

Structs§

EditorPlugin
Plugin adding various editor UI to the game executable.

Enums§

EditorWindowPlacement
Where to show the editor

Traits§

AddEditorWindow
Extension trait for App to add a new editor window type