Sprite.FillType Enum
Module: cc
Enum for fill type.
Index
HORIZONTALVERTICALRADIAL
Details
HORIZONTAL
The horizontal fill.
| meta | description |
|---|---|
| Type | Number |
| Defined in | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCSprite.js:63 |
VERTICAL
The vertical fill.
| meta | description |
|---|---|
| Type | Number |
| Defined in | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCSprite.js:68 |
RADIAL
The radial fill.
| meta | description |
|---|---|
| Type | Number |
| Defined in | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCSprite.js:73 |