Convert HierarchyQueryExt
to use a SystemParam
instead of an extension trait
#15670
Labels
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
D-Modest
A "normal" level of difficulty; suitable for simple features or challenging fixes
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
I'm pretty sure it predates the
SystemParam
derive macro, and has grown organically from there. I really like the filtering capabilities, but I agree: I think that the SystemParam approach is a lot simpler as both a user and a maintainer. Adding a filter generic should be totally doable. Follow-up though!Originally posted by @alice-i-cecile in #15627 (comment)
The text was updated successfully, but these errors were encountered: