pixi-jsInterfaces
Interface: PipeConstructor
Defined in: node_modules/pixi.js/lib/rendering/renderers/shared/instructions/RenderPipe.d.ts:119
A helpful type that can be used to create a new RenderPipe, BatchPipe or InstructionPipe
Advanced
Constructors
Constructor
> new PipeConstructor(renderer, adaptor?): BatchPipe | RenderPipe<Renderable> | InstructionPipe<any>
Defined in: node_modules/pixi.js/lib/rendering/renderers/shared/instructions/RenderPipe.d.ts:120
Parameters
renderer
adaptor?
any
Returns
BatchPipe | RenderPipe<Renderable> | InstructionPipe<any>