Class: CanvasMaskManager

PIXI. CanvasMaskManager

new CanvasMaskManager()

A set of functions used to handle masking.

Source:
src/pixi/renderers/canvas/utils/CanvasMaskManager.js line 11

Methods

popMask(renderSession)

Restores the current drawing context to the state it was before the mask was applied.

Parameters:
Name Type Description
renderSession Object

The renderSession whose context will be used for this mask manager.

Source:
src/pixi/renderers/canvas/utils/CanvasMaskManager.js line 49

pushMask(maskData, renderSession)

This method adds it to the current stack of masks.

Parameters:
Name Type Description
maskData Object

the maskData that will be pushed

renderSession Object

The renderSession whose context will be used for this mask manager.

Source:
src/pixi/renderers/canvas/utils/CanvasMaskManager.js line 17

phaser-ce@2.20.0 is on GitHub and NPM

Documentation generated by JSDoc 3.6.7 on 2022-12-10 using Tomorrow.