bevy/crates/bevy_ecs/src/system
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
..
commands.rs Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
exclusive_system.rs Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
into_system.rs Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
mod.rs Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
query.rs Query::get_unique (#1263) 2021-03-08 21:21:47 +00:00
system.rs Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
system_chaining.rs Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
system_param.rs impl SystemParam for Option<Res<T>> / Option<ResMut<T>> (#1494) 2021-03-08 20:12:22 +00:00