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