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 tick(&mut self)
[src]
fn delta_time(&self) -> Duration
[src]
fn delta_time_seconds(&self) -> Scalar
[src]
Implementors
impl AppTimer for StandardAppTimer
[src]
impl AppTimer for StandardAppTimer
[src]