Method SetValueWithoutNotify
SetValueWithoutNotify(bool)
Set the Toggle value without notifying the change.
Declaration
public void SetValueWithoutNotify(bool newValue)
Parameters
Type | Name | Description |
---|---|---|
bool | newValue | The new value. |
Implements
UnityEngine.UIElements.INotifyValueChanged<T>.SetValueWithoutNotify(T)