Add Removed()
, Added()
, and Modified()
query selectors
#15
Labels
feature request
New feature or request
Removed()
, Added()
, and Modified()
query selectors
#15
Instead of creating "reactive queries" that sort entities based on added/removed components, I think I will modify the
Query
class to process queries with extra selectors:Added()
→ query only process the entity when it's the first tick the component is addedRemoved()
→ query only process the entity when the componet has been removed at this tickModified()
→ query only process the entity when the componet has been modified at this tickThe text was updated successfully, but these errors were encountered: