bevy/crates/bevy_ecs/src/system
Alexander Sepity afb33234db Optional .system(), part 3 (#2422)
# Objective

- Continue work of #2398 and #2403.
- Make `.system()` syntax optional when using `.config()` API.

## Solution

- Introduce new prelude trait, `ConfigurableSystem`, that shorthands `my_system.system().config(...)` as `my_system.config(...)`.
- Expand `configure_system_local` test to also cover the new syntax.
2021-07-01 19:09:34 +00:00
..
commands.rs small ecs cleanup and remove_bundle drop bugfix (#2172) 2021-05-18 19:25:57 +00:00
exclusive_system.rs Optional .system (#2398) 2021-06-27 00:40:09 +00:00
function_system.rs Optional .system(), part 3 (#2422) 2021-07-01 19:09:34 +00:00
mod.rs Optional .system(), part 3 (#2422) 2021-07-01 19:09:34 +00:00
query.rs [ecs] implement is_empty for queries (#2271) 2021-06-02 20:50:06 +00:00
system_chaining.rs Improve bevy_ecs::system module docs (#1932) 2021-04-15 20:36:16 +00:00
system_param.rs Allow Option<NonSend<T>> and Option<NonSendMut<T>> as SystemParam (#2345) 2021-06-26 19:29:38 +00:00
system.rs Cargo fmt with unstable features (#1903) 2021-04-21 23:19:34 +00:00