bevy/crates/bevy_ecs/src
Wouter Buckens 000dd4c1c2 Add docs & example for SystemParam (#1435)
It took me a little while to figure out how to use the `SystemParam` derive macro to easily create my own params. So I figured I'd add some docs and an example with what I learned.

- Fixed a bug in the `SystemParam` derive macro where it didn't detect the correct crate name when used in an example (no longer relevant, replaced by #1426 - see further)
- Added some doc comments and a short example code block in the docs for the `SystemParam` trait
- Added a more complete example with explanatory comments in examples
2021-03-03 03:11:11 +00:00
..
core Xtask CI (#1387) 2021-02-22 08:42:19 +00:00
resource Get rid of ChangedRes (#1313) 2021-03-03 01:59:40 +00:00
schedule Extend AppBuilder api with add_system_set and similar methods (#1453) 2021-02-19 11:36:34 -08:00
system Add docs & example for SystemParam (#1435) 2021-03-03 03:11:11 +00:00
tests combine bevy_ecs and bevy_hecs crates. rename XComponents to XBundle (#863) 2020-11-15 20:32:23 -08:00
lib.rs Get rid of ChangedRes (#1313) 2021-03-03 01:59:40 +00:00