bevy/crates/bevy_diagnostic/src
Sludge ae8a4a8ef1
Add DiagnosticsStore::iter_mut (#9679)
# Objective

Allow mutably iterating over all registered diagnostics. This is a
useful utility method when exposing bevy's diagnostics in an editor that
allows toggling whether the diagnostic is enabled.

## Solution

- Add `iter_mut`, mirroring what `iter` does, just mutably.

---

## Changelog

### Added

- Added `DiagnosticsStore::iter_mut` for mutably iterating over all
registered diagnostics.
2023-09-03 13:26:13 +00:00
..
diagnostic.rs Add DiagnosticsStore::iter_mut (#9679) 2023-09-03 13:26:13 +00:00
entity_count_diagnostics_plugin.rs Allow systems using Diagnostics to run in parallel (#8677) 2023-06-05 20:51:22 +00:00
frame_time_diagnostics_plugin.rs Allow systems using Diagnostics to run in parallel (#8677) 2023-06-05 20:51:22 +00:00
lib.rs Allow systems using Diagnostics to run in parallel (#8677) 2023-06-05 20:51:22 +00:00
log_diagnostics_plugin.rs Allow systems using Diagnostics to run in parallel (#8677) 2023-06-05 20:51:22 +00:00
system_information_diagnostics_plugin.rs Allow systems using Diagnostics to run in parallel (#8677) 2023-06-05 20:51:22 +00:00