Query1<A> constructor

Query1<A>(
  1. World _world,
  2. ObjectComponentStore<A> _a,
  3. List<ComponentStore> _withStores,
  4. List<ComponentStore> _withoutStores,
)

Implementation

Query1(this._world, this._a, this._withStores, this._withoutStores);