Method SetValueWithoutNotify
SetValueWithoutNotify(bool)
Set the open state of the item without triggering any event.
Declaration
public void SetValueWithoutNotify(bool newValue)
Parameters
Type | Name | Description |
---|---|---|
bool | newValue | The new open state of the item. |
Implements
UnityEngine.UIElements.INotifyValueChanged<T>.SetValueWithoutNotify(T)