bevy/crates/bevy_ecs/src/query
Mike 11b1b3a24f
delete methods deprecated in 0.12 (#10693)
## Changelog

- delete methods deprecated in 0.12
2023-11-24 16:15:47 +00:00
..
access.rs Allow disjoint mutable world access via EntityMut (#9419) 2023-08-28 23:30:59 +00:00
error.rs Derive Error for more error types (#10240) 2023-10-28 22:20:37 +00:00
fetch.rs Add mutual exclusion safety info on filter_fetch (#9836) 2023-09-19 21:49:33 +00:00
filter.rs Warn that Added/Changed filters do not see deferred changes (#10681) 2023-11-23 14:04:07 +00:00
iter.rs Fix safety invariants for WorldQuery::fetch and simplify cloning (#8246) 2023-07-25 21:16:22 +00:00
mod.rs Moved get_component(_unchecked_mut) from Query to QueryState (#9686) 2023-09-11 19:04:22 +00:00
par_iter.rs delete methods deprecated in 0.12 (#10693) 2023-11-24 16:15:47 +00:00
state.rs Add a public API to ArchetypeGeneration/Id (#9825) 2023-10-02 12:54:45 +00:00