UVRF - Universal VR Framework SLIDER

Slider

Slider is another way to enter number where precision is not that critical

Usage

Get Value

Bind your own event to Value Changed to be notified when values of the slider changes.

Also you can read the value directly using Get Value.

Set Value

To set the value after init, please only call the Set Value function. When Animated is ticked the slider will slide to desired position over next couple of miliseconds, creating more fluid look.

Setting the variable directly will not work for this type of component

Configuration

  • Minimum is the lowest value that can be selected
  • Maximum is the highest value that can be selected
  • Value that is initially selected
  • Units is to display units at the end of slider
  • Decimals controls how many decimal places are displayed

Appearance

  • Color Active/Inactive controls the tint of the active or inactive slider parts
  • Font is font definition for the value display
  • Text Color is color of text displaying value
  • Knob Default is the image displayed when then slider can be used
  • Knob Active displayed when player hovers cursor or hand over
  • Knob Disabled when then slider cannot be interacted with

Back to Top
Close Zoom