Add QueryState::contains to mirror Query::contains #12750
Labels
A-ECS
Entities, components, systems, and events
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
What problem does this solve or what need does it fill?
There exists
Query::contains
, but notQueryState::contains
.What solution would you like?
Add
QueryState::contains
.Additional context
Query::contains
was originally added in #3090 in 2021; QueryState wasn't generally accessible by users until #6083 in 2022, so just seems like an oversight.The text was updated successfully, but these errors were encountered: