added any_match_filter common condition#17327
added any_match_filter common condition#17327alice-i-cecile merged 3 commits intobevyengine:mainfrom Jaso333:main
any_match_filter common condition#17327Conversation
|
Welcome, new contributor! Please make sure you've read our contributing guide and we look forward to reviewing your pull request shortly ✨ |
alice-i-cecile
left a comment
There was a problem hiding this comment.
I like this but the name is quite unclear to me :) How about any_match_filter?
|
@alice-i-cecile agreed, it was more of a placeholder name initially, forgot to mention the fact. The documentation above the method even describes it according to your suggestion... 😅 I have updated the code accordingly. |
|
Grammatically it should be EDIT: I guess "any" can be either singular or plural. So I'll amend that to "IMO |
I think I prefer |
any_for_filter common conditionany_match_filter common condition
|
Do we still need this now that we have |
There's a few reasons I can think of:
|
# Objective resolves bevyengine#17326. ## Solution Simply added the suggested run condition. ## Testing A self-explanatory run condition. Fully verified by the operation of `QueryFilter` in a system.
Objective
resolves #17326.
Solution
Simply added the suggested run condition.
Testing
A self-explanatory run condition. Fully verified by the operation of
QueryFilterin a system.