Layout
Possible layouts for an overlay.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Enum
- Namespace: UnityEditor.Overlays
- Assembly: UnityEditor.CoreModule
[Flags]public enum Layout
Fields
Value | Description |
|---|---|
| All | Equivalent to Layout.Panel | Layout.HorizontalToolbar | Layout.VerticalToolbar. |
| HorizontalToolbar | Contents will be sized to fit within a toolbar and arranged horizontally. |
| Panel | Contents will be presented as a normal overlay with a header title and content area. |
| VerticalToolbar | Contents will be sized to fit within a toolbar and arranged vertically. |