DecreaseValue

Method in Slider.cs

DecreaseValue (int amount)

Decreasesslider's current value by the amount passed as a parameter.

DecreaseValue (float amount)

Decreases the slider's current value by the amount passed as a parameter.

DecreaseValue ()

Can be called in Update() type settings to decrease the slider's current value according to deltaTime and keyStep.

Last updated