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