You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Queries for when an entity beings matching some conditions, or no longer matches some conditions
Describe the solution you'd like to see
Filters (Enter<T>/ Exit<T>) are one solid option and is how Bevy handles this. I think there's a solid argument to be made that these are conceptually a bit different from normal queries (it's more like an event listener, really), so a new type of query-like system parameter also could make sense.
The text was updated successfully, but these errors were encountered:
Describe the problem this feature solves
Queries for when an entity beings matching some conditions, or no longer matches some conditions
Describe the solution you'd like to see
Filters (
Enter<T>
/Exit<T>
) are one solid option and is how Bevy handles this. I think there's a solid argument to be made that these are conceptually a bit different from normal queries (it's more like an event listener, really), so a new type of query-like system parameter also could make sense.The text was updated successfully, but these errors were encountered: