Trait game_time::step::TimeStep [] [src]

pub trait TimeStep {
    fn time_step(&self, wall_time: &FloatDuration) -> FloatDuration;
}

Compute elapsed game time for a frame.

Required Methods

Compute the time step for the next frame.

Implementors