Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stopwatch elapsed secs f64 (bevyengine#5978)
# Objective While coding in bevy I needed to get the elapsed time of a stopwatch as f64. I found it quite odd there are functions on Timer to get time as f64 but not on the Stopwatch. ## Solution - added a function that returns the `Stopwatch` elapsed time as `f64` --- ## Changelog ### Added - Added a function to get `Stopwatch` elapsed time as `f64` ### Fixed - The Stopwatch elapsed function had a wrong docs link
- Loading branch information