25 lines
484 B
Markdown
25 lines
484 B
Markdown
# ProgressBar : VisualElement
|
|
|
|
## Properties
|
|
|
|
|Property|Type|Default|Description|
|
|
|---|---|---|---|
|
|
|progress|number|Current|progress (0-100)
|
|
|showPercentage|boolean|Show|percentage text
|
|
|progressColor|color|Progress|bar color
|
|
|
|
## Functions
|
|
|
|
|Method|Returns|Description|
|
|
|---|---|---|
|
|
|[ProgressBar.new](#ProgressBar.new)|-|
|
|
|[ProgressBar:init](#ProgressBar:init)|-|
|
|
|[ProgressBar:render](#ProgressBar:render)|-|
|
|
|
|
## ProgressBar.new()
|
|
|
|
## ProgressBar:init()
|
|
|
|
## ProgressBar:render()
|
|
|