Module bevy_inspector_egui::widgets[][src]

Expand description

Utitly types implementing Inspectable

Re-exports

pub use crate::reflect::ReflectedUI;

Structs

Wrapper type which displays the inner value inside another egui window.

Button in the inspector. When clicking, the event E::Default will be sent.

Executes Queries and displays the result.

Executes Queries and displays the only result.

The resource inspector can be used to edit resources in the inspector.