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