bevy/crates/bevy_ecs/src/system
Daniel Burrows d4ffa3f490 Document what Config is and how to use it. (#2185)
While trying to figure out how to implement a `SystemParam`, I spent a
long time looking for a feature that would do exactly what `Config`
does.  I ignored it at first because all the examples I could find used
`()` and I couldn't see a way to modify it.

This is documented in other places, but `Config` is a logical place to
include some breadcrumbs.  I've added some text that gives a brief
overview of what `Config` is for, and links to the existing docs on
`FunctionSystem::config` for more details.

This would have saved me from embarrassing myself by filing https://github.com/bevyengine/bevy/issues/2178.

Co-authored-by: Carter Anderson <mcanders1@gmail.com>
2021-05-18 00:10:18 +00:00
..
commands.rs Make Command's public? (#2034) 2021-04-28 20:08:33 +00:00
exclusive_system.rs Make Commands and World apis consistent (#1703) 2021-03-23 00:23:40 +00:00
into_system.rs Allows a number of clippy lints and fixes 2 (#1999) 2021-05-14 20:37:32 +00:00
mod.rs allow up to 16 parameters for systems (#1805) 2021-04-03 23:13:54 +00:00
query.rs Add a method iter_combinations on query to iterate over combinations of query results (#1763) 2021-05-17 23:33:47 +00:00
system_chaining.rs Improve bevy_ecs::system module docs (#1932) 2021-04-15 20:36:16 +00:00
system_param.rs Document what Config is and how to use it. (#2185) 2021-05-18 00:10:18 +00:00
system.rs Cargo fmt with unstable features (#1903) 2021-04-21 23:19:34 +00:00