pixi.js
    Preparing search index...

    Type Alias PoolConstructor<T>Advanced

    PoolConstructor: new () => Pool<T>

    A type alias for a constructor of a Pool.

    Type Parameters

    • T extends PoolItem

      The type of items in the pool. Must extend PoolItem.