IncreaseValue
Method in Slider.cs
IncreaseValue (int amount)
Increases slider's current value by the amount passed as a parameter.
IncreaseValue (float amount)
Increases the slider's current value by the amount passed as a parameter.
IncreaseValue ()
Can be called in Update() type settings to increase the slider's current value according to deltaTime and keyStep.
Last updated