Module bevy_inspector_egui::widgets[][src]

Utitly types implementing Inspectable

Re-exports

pub use crate::reflect::ReflectedUI;

Structs

InNewWindow

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

InspectableButton

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

InspectorQuery

Executes Queries and displays the result.

InspectorQuerySingle

Executes Queries and displays the only result.

ResourceInspector

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