mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
ae8a4a8ef1
# 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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |