- Mastering UI Development with Unity
- Ashley Godbold
- 325字
- 2021-08-27 18:43:18
Start Corner and Start Axis
The Start Corner property determines where the very first child in the Hierarchy will be placed. There are four choices for the Start Corner property, as shown:

The Start Axis property determines where all the other children will be placed relative to the first child. There are two options, as follows:

A Start Axis property set to Horizontal means that the children will be laid out, starting with the first child, in a horizontal fashion. If the Start Corner is one of the Left options, the children will be placed from left to right. If the Start Corner is one of the Right options, the children will be placed from right to left. Once the new row is filled, it will continue to the next row and will restart on the same side as the Start Corner. If the Start Corner is one of the Upper options, the rows will continue downward. If the Start Corner is one of the Lower options, the rows will continue upward.
The following screenshot demonstrates the flow of the children, with a Horizontal Start Axis based on the different Start Corner options:

A Start Axis property set to Vertical means that the children will be laid out starting with the first child and then in a vertical fashion. Whether the children will be placed from top to bottom or from bottom to top is determined in the same way as it is when this property is set to Horizontal, based on the position of the Start Corner. Then, when a column is filled, the children will be placed from left to right or from right to left based on the position of the Start Corner.
The following screenshot demonstrates the flow of the children, with a Vertical Start Axis based on the different Start Corner options:

- JBoss Weld CDI for Java Platform
- Learn TypeScript 3 by Building Web Applications
- Mastering NetBeans
- 匯編語言程序設計(第2版)
- C/C++程序員面試指南
- Java面向對象程序設計
- 多媒體技術及應用
- Groovy 2 Cookbook
- Swift Essentials(Second Edition)
- JavaScript設計模式與開發實踐
- 計算機輔助設計與繪圖技術(AutoCAD 2014教程)(第三版)
- ServiceDesk Plus 8.x Essentials
- Oracle API Management 12c Implementation
- 零基礎Linux從入門到精通
- Cloud Native Python