# OverridableToolbar

> Types of built-in toolbars that you can use the IOverridableToolbar interface to override.

## Definition

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

```csharp
public enum OverridableToolbar
```

## Fields

| Value                                                                                                   | Description                                      |
| ------------------------------------------------------------------------------------------------------- | ------------------------------------------------ |
| [ToolSettings](/engine/6000.7/script-reference/unityeditor/toolbars/overridabletoolbar/toolsettings.md) | The Scene view's built-in Tool Settings toolbar. |
| [ViewOptions](/engine/6000.7/script-reference/unityeditor/toolbars/overridabletoolbar/viewoptions.md)   | The Scene view's built-in View Options toolbar.  |
