Progress Bar - IRobot1/ng3-vr-examples GitHub Wiki
A horizontal progress-bar for indicating progress
Inputs
Name | Type | Default | Description |
---|---|---|---|
value | number | 0 | Current value clamped within min/max range |
min | number | 0 | Minimum value of progress |
max | number | 10 | Maximum value of progress |
width | number | 1 | Width of progress bar in meters |
height | number | 0.1 | Height of progress bar in meters |
progressheight | number | 0.08 | Height of progress bar display relative to control height |
backgroundmaterial | Material | Theme button material (color #505050) | Background material. Set to override with custom material |
progressmaterial | Material | Theme progress material (color lime) | Progress material. Set to override with custom material |
geometry | BufferGeoemtry | Rounded rectangle shape | Override to provide your own geometry |
Outputs
None
Examples
<flat-ui-progress-bar [value]="slidervalue" [width]="0.98"></flat-ui-progress-bar>