bevy/crates/bevy_ecs/src
Charles Bournhonesque e618426faa
Adding derive Reflect for tick structs (#11641)
# Objective

- Deriving `Reflect` for some public ChangeDetection/Tick structs in
bevy_ecs

---------

Co-authored-by: Charles Bournhonesque <cbournhonesque@snapchat.com>
2024-02-01 16:11:32 +00:00
..
entity Add a doctest example for EntityMapper (#11583) 2024-01-29 16:56:44 +00:00
identifier Unified identifer for entities & relations (#9797) 2024-01-13 01:09:32 +00:00
query bevy_ecs: Add doc example for par_iter_mut (#11311) (#11499) 2024-01-28 02:13:03 +00:00
reflect Make the MapEntities trait generic over Mappers, and add a simpler EntityMapper (#11428) 2024-01-28 19:51:46 +00:00
schedule Rename Schedule::name to Schedule::label (#11531) 2024-01-25 19:13:23 +00:00
storage Double the capacity when BlobVec is full (#11167) 2024-01-22 15:05:34 +00:00
system bevy_ecs: Add doc example for par_iter_mut (#11311) (#11499) 2024-01-28 02:13:03 +00:00
world added ability to get Res<T> from World with World::get_resource_ref (#11561) 2024-01-28 01:38:21 +00:00
archetype.rs Rename ArchetypeEntity::entity into ArchetypeEntity::id (#11118) 2024-01-01 16:12:24 +00:00
bundle.rs Allow #[derive(Bundle)] on tuple structs (take 3) (#10561) 2023-11-21 01:09:16 +00:00
change_detection.rs Simplify conditions (#11316) 2024-01-13 13:22:17 +00:00
component.rs Adding derive Reflect for tick structs (#11641) 2024-02-01 16:11:32 +00:00
event.rs Add an example demonstrating how to send and receive events in the same system (#11574) 2024-01-29 16:41:27 +00:00
lib.rs Enable the unsafe_op_in_unsafe_fn lint (#11591) 2024-01-28 23:18:11 +00:00
removal_detection.rs Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00