pixi.js
    Preparing search index...

    Interface PipeConstructorAdvanced

    A helpful type that can be used to create a new RenderPipe, BatchPipe or InstructionPipe

    interface PipeConstructor {
        new PipeConstructor(
            renderer: Renderer,
            adaptor?: any,
        ): InstructionPipe<any> | BatchPipe | RenderPipe<Renderable>;
    }
    Index

    Constructors

    Constructors