bevy/crates/bevy_ecs/src/world
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_ref.rs Replace World::read_change_ticks with World::change_ticks within bevy_ecs crate (#6816) 2022-12-05 22:49:05 +00:00
identifier.rs Unique WorldId (#2827) 2021-09-30 20:54:47 +00:00
mod.rs Add missing docs to World::change_tick and World::read_change_tick (#6765) 2022-12-05 23:23:14 +00:00
spawn_batch.rs add more SAFETY comments and lint for missing ones in bevy_ecs (#4835) 2022-07-04 14:44:24 +00:00
world_cell.rs fix mutable aliases for a very short time if WorldCell is already borrowed (#6639) 2022-11-22 15:31:18 +00:00