- See:
Example
import { extensions, CullerPlugin } from 'pixi.js';
extensions.add(CullerPlugin);
An Application plugin that will automatically cull your stage using the renderers screen size.
import { extensions, CullerPlugin } from 'pixi.js';
extensions.add(CullerPlugin);