- Sprite.State 枚举
- 索引
- Details
- NORMAL
- GRAY
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 |