Sprite.Type
枚举
模块: cc
Sprite 类型
索引
SIMPLE
SLICED
TILED
FILLED
Details
SIMPLE
普通类型
meta | description |
---|---|
类型 | Number |
定义于 | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCSprite.js:36 |
SLICED
切片(九宫格)类型
meta | description |
---|---|
类型 | Number |
定义于 | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCSprite.js:41 |
TILED
平铺类型
meta | description |
---|---|
类型 | Number |
定义于 | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCSprite.js:46 |
FILLED
填充类型
meta | description |
---|---|
类型 | Number |
定义于 | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCSprite.js:51 |