bevy/crates/bevy_time
Eliton Machado da Silva 1378ab2859 Stopwatch elapsed secs f64 (#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
2022-09-13 22:41:29 +00:00
..
src Stopwatch elapsed secs f64 (#5978) 2022-09-13 22:41:29 +00:00
Cargo.toml Bump Version after Release (#5576) 2022-08-05 02:03:05 +00:00