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