Class: StencilSystem

PIXI.systems.StencilSystem

new PIXI.systems.StencilSystem (renderer)

Name Type Description
renderer PIXI.Renderer

The renderer this System works for.

Extends

Members

The renderer this manager works for.

Methods

_getBitwiseMask ()number

Fill 1s equal to the number of acitve stencil masks.

Returns:
Type Description
number The bitwise mask.

_useCurrent ()

Setup renderer to use the current stencil data.

contextChange () inherited

Generic method called when there is a WebGL context change.

Destroys the mask stack.

popStencil ()

Removes the last mask from the stencil stack. @alvin

pushStencil (graphics)

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

Name Type Description
graphics PIXI.Graphics

The mask

setMaskStack (stencilMaskStack)

Changes the mask stack that is used by this System.

Name Type Description
stencilMaskStack Array.<PIXI.Graphics>

The mask stack