- Sprite.FillType 枚举
- 索引
- Details
- HORIZONTAL
- VERTICAL
- RADIAL
Sprite.FillType 枚举
模块: cc
填充类型
索引
HORIZONTAL
VERTICAL
RADIAL
Details
HORIZONTAL
水平方向填充
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/components/CCSprite.js:82 |
VERTICAL
垂直方向填充
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/components/CCSprite.js:88 |
RADIAL
径向填充
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/components/CCSprite.js:94 |
上一篇: Sprite.SizeMode
下一篇: Sprite.Type