Skip to content

SliderFloat

DDAkebono edited this page Dec 24, 2022 · 1 revision

Slider element

DecimalPlaces

Get or set the current decimal places displayed on a slider

Delete

MaxValue

Get or set the current max value of the slider, will update on the fly

MinValue

Get or set the current min value of the slider, will update on the fly

OnValueUpdated

Action to listen for changes of the value for the slider

SetSliderValue(value)

Sets the current value of the slider without triggering the action

Name Description
value System.Single

SliderName

Get or set the name of this slider, will update on the fly

SliderTooltip

Get or set the tooltip displayed when hovering on this slider, will update on the fly

SliderValue

Get the current value of the slider

ToggleButton

Basic toggle button element

Delete

OnValueUpdated

Action to listen for changes of the toggle state

ToggleName

Get or set the current name of the toggle, will update on the fly

ToggleTooltip

Get or set the current tooltip displayed on this toggle, will update on the fly

ToggleValue

Gets or sets the current state of the toggle, will update on the fly

Clone this wiki locally