Extends
Members
Set max value.
Get max value.
Set min value.
Get min value.
Sets Slider1 instance.
Get Slider1 instance.
Sets Slider2 instance.
Get Slider2 instance.
Set step value.
Get step value.
Maximal value.
- Default Value:
- 100
Minimal value.
- Default Value:
- 0
Progress value step
- Default Value:
- 1
Methods
setBackground (bg) overrides
Set bg.
Name | Type | Description |
---|---|---|
bg |
ProgressBarViewType |
Called when dragging stopped.
Inherited Properties
From class ProgressBar
Sets height of a ProgressBars background and fill. If nineSliceSprite is set, then height will be set to nineSliceSprite. If nineSliceSprite is not set, then height will control components height as Container.
innerView Container inherited
Container, that holds all inner views.
Set current progress percentage value.
Sets width of a ProgressBars background and fill. If nineSliceSprite is set, then width will be set to nineSliceSprite. If nineSliceSprite is not set, then width will control components width as Container.
_view Container protected inherited
Container, given as a constructor parameter that is a button view.
Inherited Methods
From class ProgressBar
init (root0) inherited
Initialize ProgressBar.
Name | Type | Description |
---|---|---|
root0 |
ProgressBarOptions | |
root0.bg |
Background texture. |
|
root0.fill |
Fill texture. |
|
root0.fillPaddings |
Fill offset. |
|
root0.progress |
Initial progress value. |
setFill (fill, fillPadding) inherited
Set fill.
Name | Type | Attributes | Description |
---|---|---|---|
fill |
ProgressBarViewType | ||
fillPadding |
FillPaddings |
<optional> |