Class: StencilSystem

PIXI.StencilSystem

System plugin to the renderer to manage stencils (used for masks).

new PIXI.StencilSystem (renderer) overrides

Name Type Description
renderer PIXI.Renderer

The renderer this System works for.

Extends

Methods

pop (maskObject) void

Pops stencil mask. MaskData is already removed from stack

Name Type Description
maskObject PIXI.DisplayObject

object of popped mask data

push (maskData) void

Applies the Mask and adds it to the current stencil stack.

Name Type Description
maskData PIXI.MaskData

The mask data

Inherited Properties

From class PIXI.System

The renderer this manager works for.

Inherited Methods

From class PIXI.System

destroy () void inherited

Generic destroy methods to be overridden by the subclass