Method SetValueWithoutNotify
SetValueWithoutNotify(TValueType)
Set the value of the slider without sending any event.
Declaration
public abstract void SetValueWithoutNotify(TValueType newValue)
Parameters
Type | Name | Description |
---|---|---|
TValueType | newValue | The new value of the slider. |
Implements
UnityEngine.UIElements.INotifyValueChanged<T>.SetValueWithoutNotify(T)