bevy/crates/bevy_ecs/src
JoJoJet 83e8224694 Add missing docs to World::change_tick and World::read_change_tick (#6765)
# Objective

The methods `World::change_tick` and `World::read_change_tick` lack documentation and have confusingly similar behavior.

## Solution

Add documentation and clarify the distinction between the two functions.
2022-12-05 23:23:14 +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 Add missing docs to World::change_tick and World::read_change_tick (#6765) 2022-12-05 23:23:14 +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 Borrow instead of consuming in EventReader::clear (#6851) 2022-12-05 23:07:20 +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