Expand description
Modules§
- tabs
- A collection of builtin tabs that come with Spyglass.
Structs§
- Spyglass
- The resource for managing the spyglass inspector.
- Spyglass
Plugin - 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
. - Spyglass
Window - 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.