bevy/crates/bevy_ecs/src/query
Kristoffer Søholm 6026c08c04
Update documentation for WorldQuery and filters (#11952)
# Objective

`update_archetype_component_access` was removed from queries in #9774,
but some documentation still refers to it.

## Solution

Update the documentation. Since a bunch of these were in SAFETY comments
it would be nice if someone who knows the details better could check
that the rest of those comments are still valid.
2024-02-18 21:58:26 +00:00
..
access.rs Expose query accesses (#11700) 2024-02-10 15:22:07 +00:00
builder.rs Dynamic queries and builder API (#9774) 2024-01-16 19:16:49 +00:00
error.rs Derive Error for more error types (#10240) 2023-10-28 22:20:37 +00:00
fetch.rs Expose query accesses (#11700) 2024-02-10 15:22:07 +00:00
filter.rs Update documentation for WorldQuery and filters (#11952) 2024-02-18 21:58:26 +00:00
iter.rs Rename ArchetypeEntity::entity into ArchetypeEntity::id (#11118) 2024-01-01 16:12:24 +00:00
mod.rs Deprecated Various Component Methods from Query and QueryState (#9920) 2024-02-04 01:01:59 +00:00
par_iter.rs Rename Q type parameter to D when referring to WorldQueryData (#10782) 2023-12-13 18:50:46 +00:00
state.rs Replace pointer castings (as) by their API equivalent (#11818) 2024-02-11 23:19:36 +00:00
world_query.rs Update documentation for WorldQuery and filters (#11952) 2024-02-18 21:58:26 +00:00