Method SetValueWithoutNotify
SetValueWithoutNotify(List<ColorEntry>)
Set the color entry list value, without being notified of any changes.
Declaration
public void SetValueWithoutNotify(List<ColorEntry> newValue)
Parameters
Type | Name | Description |
---|---|---|
List<ColorEntry> | newValue | The new color entry list. |
Implements
UnityEngine.UIElements.INotifyValueChanged<T>.SetValueWithoutNotify(T)