Method SetValueWithoutNotify
SetValueWithoutNotify(int)
Set the value of the Stepper without notifying the listeners.
Declaration
public void SetValueWithoutNotify(int newValue)
Parameters
| Type | Name | Description |
|---|---|---|
| int | newValue | The new value. |
Implements
UnityEngine.UIElements.INotifyValueChanged<T>.SetValueWithoutNotify(T)