LogoPixi’VN
pixi-jsFunctions

~~Function: collectAllRenderables()~~

> collectAllRenderables(container, instructionSet, rendererOrPipes): void

Defined in: node_modules/pixi.js/lib/scene/container/utils/collectAllRenderables.d.ts:13

Internal

Deprecated, please use container.collectRenderables instead.

Parameters

container

Container

The container to collect renderables from.

instructionSet

InstructionSet

The instruction set to add the renderables to.

rendererOrPipes

Renderer | RenderPipes

The renderer to collect the renderables from.

Returns

void

Deprecated

since version 8.7.0

See

container.collectRenderables