Sprite.FillType 枚举
填充类型
索引
HORIZONTALVERTICALRADIAL
Details
HORIZONTAL
水平方向填充
| meta | description |
|---|---|
| 类型 | Number |
| 定义于 | cocos2d/core/components/CCSprite.js:64 |
VERTICAL
垂直方向填充
| meta | description |
|---|---|
| 类型 | Number |
| 定义于 | cocos2d/core/components/CCSprite.js:69 |
RADIAL
径向填充
| meta | description |
|---|---|
| 类型 | Number |
| 定义于 | cocos2d/core/components/CCSprite.js:74 |