Module bevy::time::common_conditions
Expand description
Common run conditions
Functions
- Run condition that is active on a regular time interval, using
Time<Real>
to advance the timer. The timer ticks are not scaled. - Run condition that is active on a regular time interval, using
Time
to advance the timer. The timer ticks at the rate ofTime::relative_speed
.