Crate bevy_auto_timer

Source
Expand description

§bevy_auto_timer

A convenient timer which ticks automatically.

Structs§

AutoTimer
Timer component which ticks automatically
AutoTimerFinished
Triggered when the timer is finished
AutoTimerPlugin
The main plugin
AutoTimerPluginAnyState
Use this if you don’t care to state and want this plugin’s systems run all the time.

Enums§

ActionOnFinish
DummyState
Fake state to trick plugin work in any state. You may not need this.