pub type DeltaTime = TimeOf<f32>;Expand description
Represents time which can be used as an instant or a duration.
Provides conversion to other time units (seconds, minutes, days…).
Uses float as its underlying representation.
See DeltaTimeOf to use your own precision.
Aliased Type§
pub struct DeltaTime(/* private fields */);