Sprite.State 枚举
模块: cc
精灵颜色通道模式。
索引
NORMAL
GRAY
Details
NORMAL
正常状态
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/components/CCSprite.js:133 |
GRAY
灰色状态,所有颜色会被转换成灰度值
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/components/CCSprite.js:139 |
模块: cc
精灵颜色通道模式。
NORMAL
GRAY
正常状态
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/components/CCSprite.js:133 |
灰色状态,所有颜色会被转换成灰度值
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/components/CCSprite.js:139 |
本文档使用 BookStack 构建