# ICreateVerticalToolbar

> Interface indicating implementor supports vertical toolbar layout for overlays.

## Definition

* **Type:** Interface
* **Namespace:** [UnityEditor.Overlays](/engine/6000.3/script-reference/unityeditor/overlays.md)
* **Assembly:** UnityEditor

```csharp
public interface ICreateVerticalToolbar
```

## Methods

| Method                                                                                                                                      | Description                                                                                            |
| ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ |
| [CreateVerticalToolbarContent](/engine/6000.3/script-reference/unityeditor/overlays/icreateverticaltoolbar/createverticaltoolbarcontent.md) | Implement this to return your visual element representing the vertical toolbar layout of your overlay. |
