@tawaship/pixim-animate-container - v3.0.0
    Preparing search index...

    Interface ICreatejsBlendModeTarget

    What a child passed to the overridden structure operations (addChild etc.) must provide.

    interface ICreatejsBlendModeTarget {
        pixi: DisplayObject;
        updateBlendModeForPixi(mode: BLEND_MODES): void;
    }
    Index
    pixi: DisplayObject