This version of Unity is unsupported.

Layout

enumeration

Description

Possible layouts for an overlay.

Properties

HorizontalToolbarContents will be sized to fit within a toolbar and arranged horizontally.
VerticalToolbarContents will be sized to fit within a toolbar and arranged vertically.
PanelContents will be presented as a normal overlay with a header title and content area.
AllEquivalent to Layout.Panel | Layout.HorizontalToolbar | Layout.VerticalToolbar.