Method SetValueWithoutNotify
SetValueWithoutNotify(Color)
Sets the value without notifying the value changed callback.
Declaration
public void SetValueWithoutNotify(Color newValue)
Parameters
Type | Name | Description |
---|---|---|
Color | newValue | The new color value. |
Implements
UnityEngine.UIElements.INotifyValueChanged<T>.SetValueWithoutNotify(T)