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