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