How can Bevy's documentation be improved?
Exclusive systems can now have params other than &mut World after #6083, but I can't seem to find any examples on docs.rs or in the examples folder.
The docs on SystemState and QueryState could also be updated with an example of using them as an ExclusiveSystemParam.
How can Bevy's documentation be improved?
Exclusive systems can now have params other than
&mut Worldafter #6083, but I can't seem to find any examples on docs.rs or in the examples folder.The docs on SystemState and QueryState could also be updated with an example of using them as an ExclusiveSystemParam.