SProgressBar¶
| Property | Type | Note |
|---|---|---|
| Aka | String | Name for the widget |
| FillType | String | Enum: EProgressBarFillType: LeftToRight, RightToLeft, FillFromCenter, TopToBottom, BottomToTop |
| Percent | Number | |
| ToolTipText | String | |
| Visibility | Enum: EVisibility: Visible, Collapsed, Hidden, HitTestInvisible, SelfHitTestInvisible, All |
functions what can be called from ChameleonData¶
| FunctionName | Description | |
|---|---|---|
| set_progress_bar_percent | Set the Percent of SProgressBar |
Examples¶
Example 1:
"SProgressBar":
{
"Aka": "ProgressBarA",
"FillType": "LeftToRight",
"Percent": "0.5"
}