ProgressBar.Mode 枚举
模块: cc
进度条模式
索引
HORIZONTALVERTICALFILLED
Details
HORIZONTAL
水平方向模式
| meta | description |
|---|---|
| 类型 | Number |
| 定义于 | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCProgressBar.js:36 |
VERTICAL
垂直方向模式
| meta | description |
|---|---|
| 类型 | Number |
| 定义于 | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCProgressBar.js:43 |
FILLED
填充模式
| meta | description |
|---|---|
| 类型 | Number |
| 定义于 | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCProgressBar.js:49 |