[][src]Module bevy_app::startup_stage

The names of the default App startup stages

Constants

POST_STARTUP

Name of app stage that runs once after the startup stage

PRE_STARTUP

Name of app stage that runs once before the startup stage

STARTUP

Name of app stage that runs once when an app starts up