# SetValueWithoutNotify(float)

> Allow to set a value without being notified of the change, if any.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor.Toolbars](/engine/6000.5/script-reference/unityeditor/toolbars.md)
* **Assembly:** UnityEditor

```csharp
public override void SetValueWithoutNotify(float newValue)
```

### Parameters

**** (\[float]\(https\://learn.microsoft.com/dotnet/api/system.single)): The new value for the slider.
