bevy/crates/bevy_ecs/src
Alice Cecile 3a102e7dc2 Add Events to bevy_ecs prelude (#5159)
# Objective

This is a common and useful type. I frequently use this when working with `Events` resource directly, typically when caching the data or manipulating the `World` directly.

This is also useful when manually configuring the cleanup strategy for events.
2022-07-04 13:04:17 +00:00
..
entity Improve entity and component API docs (#4767) 2022-06-21 15:29:22 +00:00
query fix new clippy lints (#5160) 2022-07-01 13:41:23 +00:00
schedule remove unnecessary unsafe impl of Send+Sync for ParallelSystemContainer (#5137) 2022-06-29 15:44:33 +00:00
storage fix some memory leaks detected by miri (#4959) 2022-07-01 21:54:28 +00:00
system Improve Command(s) docs (#4994) 2022-07-02 09:49:20 +00:00
world fix some memory leaks detected by miri (#4959) 2022-07-01 21:54:28 +00:00
archetype.rs Mark mutable APIs under ECS storage as pub(crate) (#5065) 2022-06-21 20:35:26 +00:00
bundle.rs Add comparison methods to FilteredAccessSet (#4211) 2022-05-09 14:39:22 +00:00
change_detection.rs untyped APIs for components and resources (#4447) 2022-05-30 15:32:47 +00:00
component.rs Derive default for enums where possible (#5158) 2022-07-01 03:42:15 +00:00
event.rs Fix Events example link (#5126) 2022-06-28 16:37:36 +00:00
lib.rs Add Events to bevy_ecs prelude (#5159) 2022-07-04 13:04:17 +00:00
reflect.rs bevy_reflect: put serialize into external ReflectSerialize type (#4782) 2022-06-20 17:18:58 +00:00