Crate bevy_app[−][src]
Modules
| prelude |
Structs
| App | Containers of app logic and data |
| AppBuilder | Configure Apps using the builder pattern |
| AppExit | An event that indicates the app should exit. This will fully exit the app process. |
| EventId | An |
| EventReader | Reads events of type |
| EventReaderState | |
| EventWriter | Sends events of type |
| EventWriterState | |
| Events | An event collection that represents the events that occurred within the last two
|
| ManualEventReader | |
| PluginGroupBuilder | |
| ScheduleRunnerPlugin | Configures an App to run its Schedule according to a given RunMode |
| ScheduleRunnerSettings |
Enums
| CoreStage | The names of the default App stages |
| RunMode | Determines the method used to run an App’s |
| StartupStage | The names of the default App startup stages |
Traits
| Plugin | A collection of Bevy App logic and configuration |
| PluginGroup |
Type Definitions
| CreatePlugin |
Derive Macros
| DynamicPlugin | Generates a dynamic plugin entry point function for the given |