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