Type Definition airmash_protocol::Time

source · []
pub type Time = f32;
Expand description

Time unit. (1 unit of time ~= 16.667ms)

Usually you will want Duration instead of this. This unit is only relevant when doing physics calculations. An implementation of From is implemented to convert from Durations when needed.