Method SetValueWithoutNotify
SetValueWithoutNotify(float)
Sets the value without sending any event.
Declaration
public void SetValueWithoutNotify(float newValue)
Parameters
Type | Name | Description |
---|---|---|
float | newValue | The new value to set. |
Implements
UnityEngine.UIElements.INotifyValueChanged<T>.SetValueWithoutNotify(T)