Type Alias: PoolItemConstructor<K>
> PoolItemConstructor<K> = () => K
Defined in: node_modules/pixi.js/lib/utils/pool/Pool.d.ts:72
The constructor of an object that can be stored in a Pool.
Type Parameters
K
K extends PoolItem
The type of the object that can be stored in a Pool.
Returns
K
Advanced