Method SetValueWithoutNotify
SetValueWithoutNotify(Bounds)
Sets the value of the BoundsField without notifying the value changed callback.
Declaration
public void SetValueWithoutNotify(Bounds newValue)
Parameters
Type | Name | Description |
---|---|---|
Bounds | newValue | The new value of the BoundsField. |
Implements
UnityEngine.UIElements.INotifyValueChanged<T>.SetValueWithoutNotify(T)