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