bevy/crates/bevy_ecs/src/world
Aleksandr Belkin 9b72780b82 Provide public EntityRef::get_change_ticks_by_id that takes ComponentId (#6683)
# Objective

Fixes #6682 

## Solution

Add `EntityRef::get_change_ticks_by_id`
Add `EntityMut::get_change_ticks_by_id`


Co-authored-by: Aleksandr Belkin <sQu1rr@users.noreply.github.com>
2022-12-02 02:21:22 +00:00
..
entity_ref.rs Provide public EntityRef::get_change_ticks_by_id that takes ComponentId (#6683) 2022-12-02 02:21:22 +00:00
identifier.rs Unique WorldId (#2827) 2021-09-30 20:54:47 +00:00
mod.rs Lock down access to Entities (#6740) 2022-11-28 20:39:02 +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