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