Method SetValueWithoutNotify
SetValueWithoutNotify(int)
Set the value of the Tabs without notifying the change.
Declaration
public void SetValueWithoutNotify(int newValue)
Parameters
| Type | Name | Description |
|---|---|---|
| int | newValue | The new value. |
Implements
UnityEngine.UIElements.INotifyValueChanged<T>.SetValueWithoutNotify(T)
Exceptions
| Type | Condition |
|---|---|
| ValueOutOfRangeException | Throws if the value is out of range. |