LogoPixi’VN
pixi-jsInterfaces

Interface: GraphicsAdaptor

Defined in: node_modules/pixi.js/lib/scene/graphics/shared/GraphicsPipe.d.ts:16

Internal

Properties

shader

> shader: Shader

Defined in: node_modules/pixi.js/lib/scene/graphics/shared/GraphicsPipe.d.ts:17

Methods

contextChange()

> contextChange(renderer): void

Defined in: node_modules/pixi.js/lib/scene/graphics/shared/GraphicsPipe.d.ts:18

Parameters

renderer

Renderer

Returns

void


destroy()

> destroy(): void

Defined in: node_modules/pixi.js/lib/scene/graphics/shared/GraphicsPipe.d.ts:20

Returns

void


execute()

> execute(graphicsPipe, renderable): void

Defined in: node_modules/pixi.js/lib/scene/graphics/shared/GraphicsPipe.d.ts:19

Parameters

graphicsPipe

GraphicsPipeLike

renderable

Graphics

Returns

void