Method SetValueWithoutNotify
SetValueWithoutNotify(BoundsInt)
Sets the BoundsIntField value without notifying any change event listeners.
Declaration
public void SetValueWithoutNotify(BoundsInt newValue)
Parameters
Type | Name | Description |
---|---|---|
BoundsInt | newValue | The new value to set. |
Implements
UnityEngine.UIElements.INotifyValueChanged<T>.SetValueWithoutNotify(T)