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,
        ): BatchPipe | RenderPipe<Renderable> | InstructionPipe<any>;
    }
    Index

    Constructors

    Constructors