Trait oxygengine_core::app::AppTimer [−][src]
pub trait AppTimer: Send + Sync {
fn tick(&mut self);
fn now_since_start(&self) -> Duration;
fn delta_time(&self) -> Duration;
fn delta_time_seconds(&self) -> Scalar;
}