Query4<A, B, C, D> constructor
Query4<A, B, C, D> (
- World _world,
- ObjectComponentStore<
A> _a, - ObjectComponentStore<
B> _b, - ObjectComponentStore<
C> _c, - ObjectComponentStore<
D> _d, - List<
ComponentStore> _withStores, - List<
ComponentStore> _withoutStores,
Implementation
Query4(
this._world,
this._a,
this._b,
this._c,
this._d,
this._withStores,
this._withoutStores,
);