mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 04:33:37 +00:00
000dd4c1c2
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 |
||
---|---|---|
.. | ||
change_detection.rs | ||
ecs_guide.rs | ||
event.rs | ||
fixed_timestep.rs | ||
hierarchy.rs | ||
parallel_query.rs | ||
removal_detection.rs | ||
startup_system.rs | ||
state.rs | ||
system_chaining.rs | ||
system_param.rs | ||
timers.rs |