Module game_time::step [] [src]

Types for computing game time from wall time.

Structs

ConstantStep

A specific, constant time step.

FixedStep

A fixed time step derived from a set frame rate.

VariableStep

A time step based on elapsed wall time.

Traits

TimeStep

Compute elapsed game time for a frame.