Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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.