bevy/crates/bevy_ecs/src
Martín Maita eff632dac8 Replace World::read_change_ticks with World::change_ticks within bevy_ecs crate (#6816)
# Objective

- Fixes #6812.

## Solution

- Replaced `World::read_change_ticks` with `World::change_ticks` within `bevy_ecs` crate in places where `World` references were mutable.

---
2022-12-05 22:49:05 +00:00
..
entity Lock down access to Entities (#6740) 2022-11-28 20:39:02 +00:00
query Replace World::read_change_ticks with World::change_ticks within bevy_ecs crate (#6816) 2022-12-05 22:49:05 +00:00
schedule Fix clippy::iter_with_drain (#6485) 2022-11-06 01:42:15 +00:00
storage Rename EntityId to EntityIndex (#6732) 2022-11-22 20:38:35 +00:00
system Remove APIs deprecated in 0.9 (#6801) 2022-12-05 22:49:04 +00:00
world Replace World::read_change_ticks with World::change_ticks within bevy_ecs crate (#6816) 2022-12-05 22:49:05 +00:00
archetype.rs Remove APIs deprecated in 0.9 (#6801) 2022-12-05 22:49:04 +00:00
bundle.rs Lock down access to Entities (#6740) 2022-11-28 20:39:02 +00:00
change_detection.rs Split Component Ticks (#6547) 2022-11-21 12:59:09 +00:00
component.rs Split Component Ticks (#6547) 2022-11-21 12:59:09 +00:00
event.rs Make the SystemParam derive macro more flexible (#6694) 2022-12-05 20:15:03 +00:00
lib.rs Remove APIs deprecated in 0.9 (#6801) 2022-12-05 22:49:04 +00:00
reflect.rs Enable Constructing ReflectComponent/Resource (#6257) 2022-10-17 14:01:50 +00:00