bevy/crates/bevy_ecs/src
TheRawMeatball ce6889b9a8 Implement direct mutable dereferencing (#2100)
This PR adds a way to get the underlying mutable reference for it's full lifetime.

Context:
https://discord.com/channels/691052431525675048/692572690833473578/839255317287796796
2021-05-05 19:35:07 +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 Implement direct mutable dereferencing (#2100) 2021-05-05 19:35:07 +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