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