PIXI. CanvasMaskManager

new CanvasMaskManager()

A set of functions used to handle masking.

Source - pixi/renderers/canvas/utils/CanvasMaskManager.js, line 5

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 - 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 - pixi/renderers/canvas/utils/CanvasMaskManager.js, line 17
Phaser Copyright © 2012-2015 Photon Storm Ltd.
Documentation generated by JSDoc 3.3.2 on Thu Feb 18 2016 14:41:09 GMT+0000 (GMT Standard Time) using the DocStrap template.

快捷菜单

注意:只有登录才能全文翻译,每个新用户赠送300会员币。
赚取方法:文章评论+1000,分享网站截图给站长+3000,另充10元+100万会员币
支持一下记得截图给站长!

VIP限时免费阅读!登录可得1万币尽情中文阅读!


记得CTRL+D收藏!
站长微信:
支持自学php网
如有问题,记得强刷一下.

  • popMask(renderSession) - 方法
  • pushMask(maskData, renderSession) - 方法