bevy/examples/ecs
Alexander Sepity 10f2dd3ec5 Optional .system(), part 2 (#2403)
# Objective

- Extend work done in #2398.
- Make `.system()` syntax optional when using system descriptor API.

## Solution

- Slight change to `ParallelSystemDescriptorCoercion` signature and implementors.

---

I haven't touched exclusive systems, because it looks like the only two other solutions are going back to doubling our system insertion methods, or starting to lean into stageless. The latter will invalidate the former, so I think exclusive systems should remian pariahs until stageless.

I can grep & nuke `.system()` thorughout the codebase now, which might take a while, or we can do that in subsequent PR(s).
2021-06-29 19:47:46 +00:00
..
change_detection.rs Make Commands and World apis consistent (#1703) 2021-03-23 00:23:40 +00:00
ecs_guide.rs Optional .system(), part 2 (#2403) 2021-06-29 19:47:46 +00:00
event.rs add documentation on LogPlugin and more log usage (#1973) 2021-04-22 23:30:48 +00:00
fixed_timestep.rs Fixed a comment in the fixed timestep example (#2245) 2021-05-24 20:05:36 +00:00
hierarchy.rs Make Commands and World apis consistent (#1703) 2021-03-23 00:23:40 +00:00
iter_combinations.rs Add a method iter_combinations on query to iterate over combinations of query results (#1763) 2021-05-17 23:33:47 +00:00
parallel_query.rs Make Commands and World apis consistent (#1703) 2021-03-23 00:23:40 +00:00
query_bundle.rs Adding WorldQuery for WithBundle (#2024) 2021-04-28 21:03:10 +00:00
removal_detection.rs Make Commands and World apis consistent (#1703) 2021-03-23 00:23:40 +00:00
startup_system.rs Adopt a Fetch pattern for SystemParams (#1074) 2020-12-15 21:57:16 -08:00
state.rs Fix the left/right movement direction in state example. (#1879) 2021-04-14 23:39:56 +00:00
system_chaining.rs format comments (#1612) 2021-03-11 00:27:30 +00:00
system_param.rs Allow deriving SystemParam on private types (#1936) 2021-04-16 18:40:49 +00:00
system_sets.rs Add system sets and run criteria example (#1909) 2021-04-23 19:08:16 +00:00
timers.rs Make Commands and World apis consistent (#1703) 2021-03-23 00:23:40 +00:00