interface ICreatejsDisplayObjectUpdater {
    updateBlendModeForPixi(mode: BLEND_MODES): void;
    updateForPixi(e: ITickerData): boolean;
    [key: string]: any;
}

Hierarchy (View Summary)

Implemented by

Indexable

  • [key: string]: any

Methods

  • Parameters

    • mode: BLEND_MODES

    Returns void

  • Parameters

    Returns boolean