Function macroquad::experimental::coroutines::wait_seconds[][src]

pub fn wait_seconds(time: f32) -> TimerDelayFuture
Notable traits for TimerDelayFuture
impl Future for TimerDelayFuture type Output = Option<()>;