Class: CullerPlugin

CullerPlugin

An Application plugin that will automatically cull your stage using the renderers screen size.

new CullerPlugin ()

See:

Example

 import { extensions, CullerPlugin } from 'pixi.js';

 extensions.add(CullerPlugin);