pixi.js
    Preparing search index...

    Type Alias PoolItemConstructor<K>Advanced

    PoolItemConstructor: new () => K

    The constructor of an object that can be stored in a Pool.

    Type Parameters

    • K extends PoolItem

      The type of the object that can be stored in a Pool.