Method SetValueWithoutNotify
SetValueWithoutNotify(int)
Sets the value 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)