Crate aether_spyglass

Source
Expand description

§aether_spyglass

Spyglass is a general-purpose extensible inspector for bevy engine. By default it comes with an entity inspector that allows for observing and editing entities on the fly.

§Example (of bevy_mod_wanderlust settings):

image

Modules§

tabs
A collection of builtin tabs that come with Spyglass.

Structs§

Spyglass
The resource for managing the spyglass inspector.
SpyglassPlugin
The main plugin used to add the spyglass inspector to an app. Automatically adds the EguiPlugin, creates the Spyglass resource, the SpyglassWindow system set, and inserts the EntitiesTabPlugin.
SpyglassWindow
The system set that draws the spyglass window. A good anchor point if there are systems to be run as part of a tab.

Traits§

Tab
The trait to implement to create a new tab in the spyglass inspector.