Sprite.Type
枚举
模块: cc
Sprite 类型
索引
SIMPLE
SLICED
TILED
FILLED
MESH
Details
SIMPLE
普通类型
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/components/CCSprite.js:42 |
SLICED
切片(九宫格)类型
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/components/CCSprite.js:48 |
TILED
平铺类型
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/components/CCSprite.js:54 |
FILLED
填充类型
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/components/CCSprite.js:60 |
MESH
以 Mesh 三角形组成的类型
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/components/CCSprite.js:66 |