bevy
0.14.0
Module app
Structs
Traits
In bevy::state
?
Settings
Module
bevy
::
state
::
app
Copy item path
source
·
[
−
]
Expand description
Provides
App
and
SubApp
with state installation methods
Structs
§
StatesPlugin
Registers the
StateTransition
schedule in the
MainScheduleOrder
to enable state processing.
Traits
§
AppExtStates
State installation methods for
App
and
SubApp
.