kennethloeffler / anatta

Anatta is a library that integrates the ECS pattern into Roblox.
https://kennethloeffler.github.io/anatta/
MIT License
38 stars 1 forks source link

`Query.withAnyUpdated` #121

Open kennethloeffler opened 2 years ago

kennethloeffler commented 2 years ago

Right now Query.withUpdated is conjunctive: all of the given components must be updated on an entity for it to enter the Reactor. We should have an additional field that provides disjunctive tracking of component updates