Sprite.FillType Enum
Enum for fill type.
Index
- HORIZONTAL
- VERTICAL
- RADIAL
Details
HORIZONTAL
The horizontal fill.
| meta | description | 
|---|---|
| Type | Number | 
| Defined in | cocos2d/core/components/CCSprite.js:64 | 
VERTICAL
The vertical fill.
| meta | description | 
|---|---|
| Type | Number | 
| Defined in | cocos2d/core/components/CCSprite.js:69 | 
RADIAL
The radial fill.
| meta | description | 
|---|---|
| Type | Number | 
| Defined in | cocos2d/core/components/CCSprite.js:74 | 
