Sprite.Type
枚举
Sprite 类型
索引
SIMPLE
SLICED
TILED
FILLED
Details
SIMPLE
普通类型
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/components/CCSprite.js:37 |
SLICED
切片(九宫格)类型
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/components/CCSprite.js:42 |
TILED
平铺类型
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/components/CCSprite.js:47 |
FILLED
填充类型
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/components/CCSprite.js:52 |