Sprite.FillType Enum
Module: cc
Enum for fill type.
Index
HORIZONTALVERTICALRADIAL
Details
HORIZONTAL
The horizontal fill.
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/core/components/CCSprite.js:82 |
VERTICAL
The vertical fill.
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/core/components/CCSprite.js:88 |
RADIAL
The radial fill.
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/core/components/CCSprite.js:94 |