[][src]Trait oxygengine::prelude::AppTimer

pub trait AppTimer: Send + Sync {
    fn tick(&mut self);
fn delta_time(&self) -> Duration;
fn delta_time_seconds(&self) -> f32; }

Required methods

fn tick(&mut self)

fn delta_time(&self) -> Duration

fn delta_time_seconds(&self) -> f32

Loading content...

Implementors

impl AppTimer for StandardAppTimer[src]

Loading content...