Mask.Type 枚举
模块: cc
遮罩组件类型
索引
RECT
ELLIPSE
IMAGE_STENCIL
Details
RECT
使用矩形作为遮罩
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/components/CCMask.js:60 |
ELLIPSE
使用椭圆作为遮罩
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/components/CCMask.js:66 |
IMAGE_STENCIL
使用图像模版作为遮罩
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/components/CCMask.js:72 |