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

pub fn wait_seconds(time: f32) -> TimerDelayFuture

Notable traits for TimerDelayFuture

impl Future for TimerDelayFuture type Output = Option<()>;