bevy/crates/bevy_ecs/src
TheRawMeatball 9d60563adf Query::get_unique (#1263)
Adds `get_unique` and `get_unique_mut` to extend the query api and cover a common use case. Also establishes a second impl block where non-core APIs that don't access the internal fields of queries can live.
2021-03-08 21:21:47 +00:00
..
component Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
entity Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
query Added documentation on the query filters (#1553) 2021-03-06 01:57:01 +00:00
schedule update archetypes if needed before running system in SingleThreadedExecutor (#1586) 2021-03-07 19:32:19 +00:00
storage Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
system Query::get_unique (#1263) 2021-03-08 21:21:47 +00:00
world Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
archetype.rs Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
bundle.rs Docs for Bundle showing how to nest bundles (#1570) 2021-03-06 01:57:03 +00:00
lib.rs add Or back to prelude (#1564) 2021-03-05 18:33:20 +00:00
reflect.rs Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00