bevy/crates/bevy_ecs/src
bjorn3 3af3334cfe Various cleanups (#2046)
This includes a few safety improvements and a variety of other cleanups. See the individual commits.
2021-05-01 20:07:06 +00:00
..
component Improve bevy_ecs query docs (#1935) 2021-04-22 19:09:09 +00:00
entity Improve bevy_ecs query docs (#1935) 2021-04-22 19:09:09 +00:00
query Adding WorldQuery for WithBundle (#2024) 2021-04-28 21:03:10 +00:00
schedule Various cleanups (#2046) 2021-05-01 20:07:06 +00:00
storage Cargo fmt with unstable features (#1903) 2021-04-21 23:19:34 +00:00
system Implement Debug for Res and ResMut (#2050) 2021-05-01 02:32:32 +00:00
world Extract monomorphic get_insert_bundle_info function (#1910) 2021-04-22 19:34:34 +00:00
archetype.rs Fix sparse insert (#1748) 2021-03-25 05:56:00 +00:00
bundle.rs Adding WorldQuery for WithBundle (#2024) 2021-04-28 21:03:10 +00:00
event.rs Improve bevy_ecs query docs (#1935) 2021-04-22 19:09:09 +00:00
lib.rs Hide re-exported docs (#1985) 2021-04-27 18:29:33 +00:00
reflect.rs Reliable change detection (#1471) 2021-03-19 17:53:26 +00:00