Query2<A, B> constructor

Query2<A, B>(
  1. World _world,
  2. ObjectComponentStore<A> _a,
  3. ObjectComponentStore<B> _b,
  4. List<ComponentStore> _withStores,
  5. List<ComponentStore> _withoutStores,
)

Implementation

Query2(this._world, this._a, this._b, this._withStores, this._withoutStores);