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):
Modules
- A collection of builtin tabs that come with Spyglass.
Structs
- The resource for managing the spyglass inspector.
- The main plugin used to add the spyglass inspector to an app. Automatically adds the
EguiPlugin
, creates theSpyglass
resource, theSpyglassWindow
system set, and inserts theEntitiesTabPlugin
. - 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
- The trait to implement to create a new tab in the spyglass inspector.