bevy/crates/bevy_ecs/src
Lane Kolbly 9fcf862114
bevy_ecs: Add doc example for par_iter_mut (#11311) (#11499)
# Objective

Fixes #11311 

## Solution

Adds an example to the documentation for `par_iter_mut`. I didn't add
any examples to `par_iter`, because I couldn't think of a good example
and I figure users can infer that `par_iter` and `par_iter_mut` are
similar.
2024-01-28 02:13:03 +00:00
..
entity Unified identifer for entities & relations (#9797) 2024-01-13 01:09:32 +00:00
identifier Unified identifer for entities & relations (#9797) 2024-01-13 01:09:32 +00:00
query bevy_ecs: Add doc example for par_iter_mut (#11311) (#11499) 2024-01-28 02:13:03 +00:00
reflect refactor: Simplify lifetimes for Commands and related types (#11445) 2024-01-22 15:35:42 +00:00
schedule Rename Schedule::name to Schedule::label (#11531) 2024-01-25 19:13:23 +00:00
storage Double the capacity when BlobVec is full (#11167) 2024-01-22 15:05:34 +00:00
system bevy_ecs: Add doc example for par_iter_mut (#11311) (#11499) 2024-01-28 02:13:03 +00:00
world added ability to get Res<T> from World with World::get_resource_ref (#11561) 2024-01-28 01:38:21 +00:00
archetype.rs Rename ArchetypeEntity::entity into ArchetypeEntity::id (#11118) 2024-01-01 16:12:24 +00:00
bundle.rs Allow #[derive(Bundle)] on tuple structs (take 3) (#10561) 2023-11-21 01:09:16 +00:00
change_detection.rs Simplify conditions (#11316) 2024-01-13 13:22:17 +00:00
component.rs Replace or document ignored doctests (#11040) 2024-01-01 16:50:56 +00:00
event.rs Explain EventWriter limits concurrency (#11063) 2023-12-24 17:45:21 +00:00
lib.rs Add ReflectFromWorld and replace the FromWorld requirement on ReflectComponent and ReflectBundle with FromReflect (#9623) 2024-01-19 16:08:57 +00:00
removal_detection.rs Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00