pixi.js
    Preparing search index...

    Type Alias PoolItemAdvanced

    An object that can be stored in a Pool.

    type PoolItem = {
        init?: (data?: any) => void;
        reset?: () => void;
        [key: string]: any;
    }

    Implemented by

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    init?: (data?: any) => void
    reset?: () => void