Expand description
§bevy_auto_timer
A convenient timer which ticks automatically.
Structs§
- Auto
Timer - Timer component which ticks automatically
- Auto
Timer Finished - Triggered when the timer is finished
- Auto
Timer Plugin - The main plugin
- Auto
Timer Plugin AnyState - Use this if you don’t care to state and want this plugin’s systems run all the time.
Enums§
- Action
OnFinish - Dummy
State - Fake state to trick plugin work in any state. You may not need this.