Sprite.Type
枚举
Sprite 类型
索引
SIMPLE
SLICED
TILED
FILLED
MESH
Details
SIMPLE
普通类型
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/components/CCSprite.js:45 |
SLICED
切片(九宫格)类型
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/components/CCSprite.js:51 |
TILED
平铺类型
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/components/CCSprite.js:57 |
FILLED
填充类型
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/components/CCSprite.js:63 |
MESH
以 Mesh 三角形组成的类型
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/components/CCSprite.js:69 |