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
The container to collect renderables from.
instructionSet
The instruction set to add the renderables to.
rendererOrPipes
The renderer to collect the renderables from.
Returns
void
Deprecated
since version 8.7.0
See
container.collectRenderables