Structs
Resource for queuing a state change. Only one state can be queued at a time. If another state is queued then it will overwrite the previously queued state.
Resource of Schedule
s attached to states
This adds the NextState
and ScheduleStates
resources to Bevy.
Drivers for the states should be configured separately. The driver
is configured separately since when the state changes and is run
should be user configurable.
Traits
a collection of functions for configuring schedule state resources added to the App.
Functions
The system responsible for running the state schedules.