bevy/crates/bevy_ecs/src
Periwink eaa805102d
add docs explaining the two accesses of a System meta (#14580)
# Objective

When reading the ECS code it is sometimes confusing to understand why we
have 2 accesses, one of ComponentId and one of ArchetypeComponentId


## Solution

Make the usage of these 2 accesses more explicit

---------

Co-authored-by: Pascal Hertleif <killercup@gmail.com>
2024-08-19 21:32:45 +00:00
..
entity Fix Entity Debug Format (#14539) 2024-07-31 01:36:41 +00:00
event Minimal Bubbling Observers (#13991) 2024-07-15 13:39:41 +00:00
identifier feat: Reflection implementations on Identifier (#13648) 2024-06-03 16:33:14 +00:00
observer document using ObserverState as filter for Observer Entitys (#14669) 2024-08-12 16:07:03 +00:00
query Add query reborrowing (#14690) 2024-08-15 17:38:56 +00:00
reflect Use map_unchanged in reflection instead of creating a Mut manually. (#14692) 2024-08-15 14:26:57 +00:00
schedule Use #[doc(fake_variadic)] to improve docs readability (#14703) 2024-08-12 18:54:33 +00:00
storage feat: add insert_if_new (#14397) (#14646) 2024-08-15 20:31:41 +00:00
system add docs explaining the two accesses of a System meta (#14580) 2024-08-19 21:32:45 +00:00
world feat: add insert_if_new (#14397) (#14646) 2024-08-15 20:31:41 +00:00
archetype.rs feat: add insert_if_new (#14397) (#14646) 2024-08-15 20:31:41 +00:00
batching.rs Parallel event reader (#12554) 2024-04-22 16:37:42 +00:00
bundle.rs feat: add insert_if_new (#14397) (#14646) 2024-08-15 20:31:41 +00:00
change_detection.rs Track source location in change detection (#14034) 2024-07-30 12:02:38 +00:00
component.rs Component Lifecycle Hook & Observer Trigger for replaced values (#14212) 2024-07-15 15:24:15 +00:00
intern.rs Moves intern and label modules into bevy_ecs (#12772) 2024-04-08 15:34:11 +00:00
label.rs Add mappings to EntityMapper (#13727) 2024-06-08 12:52:23 +00:00
lib.rs Add Command and co. to prelude (#14751) 2024-08-15 13:33:32 +00:00
removal_detection.rs Created an EventMutator for when you want to mutate an event before reading (#13818) 2024-07-08 14:53:06 +00:00
traversal.rs Minimal Bubbling Observers (#13991) 2024-07-15 13:39:41 +00:00