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

Hierarchy (View Summary)

Implemented by

Indexable

  • [key: string]: any

Methods