bevy/crates/bevy_ecs/src
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 Lock down access to Entities (#6740) 2022-11-28 20:39:02 +00:00
query Document and lock down types in bevy_ecs::archetype (#6742) 2022-11-28 13:54:12 +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 Fix PipeSystem panicking with exclusive systems (#6698) 2022-11-21 14:23:21 +00:00
world Provide public EntityRef::get_change_ticks_by_id that takes ComponentId (#6683) 2022-12-02 02:21:22 +00:00
archetype.rs Document and lock down types in bevy_ecs::archetype (#6742) 2022-11-28 13:54:12 +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 Remove warning about missed events due to false positives (#6730) 2022-11-23 00:27:29 +00:00
lib.rs Lock down access to Entities (#6740) 2022-11-28 20:39:02 +00:00
reflect.rs Enable Constructing ReflectComponent/Resource (#6257) 2022-10-17 14:01:50 +00:00