ICreateVerticalToolbar
Interface indicating implementor supports vertical toolbar layout for overlays.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Interface
- Namespace: UnityEditor.Overlays
- Assembly: UnityEditor.CoreModule
public interface ICreateVerticalToolbar
Methods
Method | Description |
|---|---|
| CreateVerticalToolbarContent | Implement this to return your visual element representing the vertical toolbar layout of your overlay. |