That's not how ECS works. A system has one or more queries that provide it direct access to the data. There's no passing around of queries or data.
That's not how ECS works. A system has one or more queries that provide it direct access to the data. There's no passing around of queries or data.