1 2 3 4 5
/// Delta time between frames (seconds) pub struct DeltaTime(pub f32); /// Total elapsed time since app start (seconds) pub struct ElapsedTime(pub f32);