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