Version: Unity 6 (6000.0)
LanguageEnglish
  • C#

FlexDirection

enumeration

Description

Defines the main-axis of the flex layout.

Properties

Description
Column Top to Bottom.
ColumnReverse Bottom to Top.
Row Left to Right.
RowReverse Right to Left.