Method SetValueWithoutNotify
SetValueWithoutNotify(float)
Sets the value of the slider without notifying the listeners.
Declaration
public override void SetValueWithoutNotify(float newValue)
Parameters
| Type | Name | Description |
|---|---|---|
| float | newValue | The new value of the slider. |