MiniProgressBar¶
- component fbx.ui.control.MiniProgressBar¶
MiniProgressBar shows two positions in a small timeline.
This is a reduced variant of
ProgressBar
- property minimumValue¶
Value at the leftmost end of the bar
- property maximumValue¶
Value at the rightmost end of the bar
- property value¶
Value the main progress bar currently exposes
- property preloadValue¶
Value at the preload bar currently exposes. If no preloading needs to be shows, set this to minimumValue.