Method SetValueWithoutNotify
SetValueWithoutNotify(bool)
Set the selected state of this item.
See value and selectable properties for more info.
Declaration
public void SetValueWithoutNotify(bool newValue)
Parameters
Type | Name | Description |
---|---|---|
bool | newValue | The new selected state. |
Implements
UnityEngine.UIElements.INotifyValueChanged<T>.SetValueWithoutNotify(T)