bevy icon indicating copy to clipboard operation
bevy copied to clipboard

How to use query sets in version 0.9.0

Open kotlin2018 opened this issue 3 years ago • 1 comments
trafficstars

How can Bevy's documentation be improved?

Provide a link to the documentation and describe how it could be improved. In what ways is it incomplete, incorrect, or misleading?

If you have suggestions on exactly what the new docs should say, feel free to include them here. Or alternatively, make the changes yourself and create a pull request instead.

kotlin2018 avatar Nov 14 '22 07:11 kotlin2018

It would be nice to have internal documentation for ParamSet which replaced QuerySet in Bevy 0.7.

Here's a third party resource that describes how to use it: https://bevy-cheatbook.github.io/programming/paramset.html

See the following migration guides if you're updating an older project.

https://bevyengine.org/learn/book/migration-guides/0.6-0.7/ https://bevyengine.org/learn/book/migration-guides/0.7-0.8/ https://bevyengine.org/learn/book/migration-guides/0.8-0.9/

rparrett avatar Nov 14 '22 14:11 rparrett

It would be nice to have internal documentation for ParamSet which replaced QuerySet in Bevy 0.7.

Here's a third party resource that describes how to use it: https://bevy-cheatbook.github.io/programming/paramset.html

See the following migration guides if you're updating an older project.

https://bevyengine.org/learn/book/migration-guides/0.6-0.7/ https://bevyengine.org/learn/book/migration-guides/0.7-0.8/ https://bevyengine.org/learn/book/migration-guides/0.8-0.9/

Thank you very much

kotlin2018 avatar Nov 15 '22 01:11 kotlin2018

Next time, if you have a question, please use Discussions instead of issues. They're better suited for general questions than issues.

james7132 avatar Nov 15 '22 01:11 james7132