bevy/crates/bevy_ecs/src
geekvest d5c32bdc23
remove repetitive code (#12270)
Signed-off-by: geekvest <cuimoman@sohu.com>
2024-03-03 07:58:22 +00:00
..
entity Document instability of Entity's internal representation (#12249) 2024-03-02 18:37:52 +00:00
identifier fix some typos (#12038) 2024-02-22 18:55:22 +00:00
query remove repetitive code (#12270) 2024-03-03 07:58:22 +00:00
reflect Move commands module into bevy::ecs::world (#12234) 2024-03-02 23:13:45 +00:00
schedule Replace FromWorld requirement on ReflectResource and reflect Resource for State<S> (#12136) 2024-02-27 15:49:39 +00:00
storage Use immutable key for HashMap and HashSet (#12086) 2024-02-26 16:27:40 +00:00
system Move commands module into bevy::ecs::world (#12234) 2024-03-02 23:13:45 +00:00
world remove repetitive code (#12270) 2024-03-03 07:58:22 +00:00
archetype.rs Component Lifecycle Hooks and a Deferred World (#10756) 2024-03-01 14:59:22 +00:00
bundle.rs remove repetitive code (#12270) 2024-03-03 07:58:22 +00:00
change_detection.rs bevy_ecs address trivial cases of unsafe_op_in_unsafe_fn (#11861) 2024-02-22 00:04:38 +00:00
component.rs Replace init_component_info with register_component_hooks (#12244) 2024-03-02 05:27:48 +00:00
event.rs Fix bug where events are not being dropped (#11528) 2024-02-02 21:14:54 +00:00
lib.rs Component Lifecycle Hooks and a Deferred World (#10756) 2024-03-01 14:59:22 +00:00
removal_detection.rs Docs reflect that RemovalDetection also yields despawned entities (#11795) 2024-02-10 11:18:05 +00:00