LogoPixi’VN
pixi-jsClasses

Class: RenderGroupPipe

Defined in: node_modules/pixi.js/lib/scene/container/RenderGroupPipe.d.ts:10

Internal

The RenderGroupPipe is a render pipe for rendering RenderGroups.

Implements

Constructors

Constructor

> new RenderGroupPipe(renderer): RenderGroupPipe

Defined in: node_modules/pixi.js/lib/scene/container/RenderGroupPipe.d.ts:16

Parameters

renderer

Renderer

Returns

RenderGroupPipe

Properties

extension

> static extension: object

Defined in: node_modules/pixi.js/lib/scene/container/RenderGroupPipe.d.ts:11

name

> readonly name: "renderGroup"

type

> readonly type: readonly [WebGLPipes, WebGPUPipes, CanvasPipes]

Methods

addRenderGroup()

> addRenderGroup(renderGroup, instructionSet): void

Defined in: node_modules/pixi.js/lib/scene/container/RenderGroupPipe.d.ts:17

Parameters

renderGroup

RenderGroup

instructionSet

InstructionSet

Returns

void


destroy()

> destroy(): void

Defined in: node_modules/pixi.js/lib/scene/container/RenderGroupPipe.d.ts:19

Returns

void


execute()

> execute(renderGroup): void

Defined in: node_modules/pixi.js/lib/scene/container/RenderGroupPipe.d.ts:18

this is where the actual instruction is executed - eg make the draw call activate a filter. Any instructions that have the same renderPipeId have their execute method called

Parameters

renderGroup

RenderGroup

Returns

void

Implementation of

InstructionPipe.execute