Sprite.State
枚举
模块: cc
This enum is deprecated.
精灵颜色通道模式。
索引
NORMAL
GRAY
Details
NORMAL
正常状态
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/components/CCSprite.js:132 |
GRAY
灰色状态,所有颜色会被转换成灰度值
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/components/CCSprite.js:138 |