ape-ecs
ape-ecs copied to clipboard
Docs clarification: Query fromAny vs only
from* methods only add results to the query, while "not" and "only" filter only remove results that were added by from* methods.
Clarify that query methods are declarative, and not ordered.