Version: 2019.1
Horizontal Layout Group
Grid Layout Group

Vertical Layout Group

Vertical Layout Group コンポーネントは、子のレイアウト要素を互いに垂直方向に配置します。レイアウト要素の高さは、それぞれの Min Height、Preferred Height、Flexible Height によって、以下のように決定されます。

  • すべての子レイアウト要素の Min Height は、子レイアウト要素の間のスペースも含めすべて加算されます。その結果が Vertical Layout Group の 最小の高さです。
  • すべての子レイアウト要素の Preferred Height は、子レイアウト要素の間のスペースも含めすべて加算されます。その結果が Vertical Layout Group の推奨の高さです。
  • Vertical Layout Group の高さが最小の高さ以下の場合は、すべての子レイアウト要素もまたそれぞれの Min Height になります。
  • Vertical Layout Group の高さがその推奨の高さに近づくほど、それぞれの子レイアウト要素もそれぞれの Preferred Height に近づきます。
  • Vertical Layout Group の高さがその推奨の高さよりも高い場合、子レイアウト要素のそれぞれの Flexible Height に比例するように、子レイアウト要素に付加的な使用可能スペースが分配されます。

For more information about minimum, preferred, and flexible height, see the documentation on Auto Layout.

プロパティー

プロパティー 機能
Padding レイアウトグループ端の内側のパディング
Spacing レイアウト要素間のスペース
Child Alignment すべての使用可能なスペースが埋まっていない場合に子のレイアウト要素に使用する整列。
Control Child Size Whether the Layout Group controls the width and height of its child layout elements.
Use Child Scale Whether the Layout Group considers the scale of its child layout elements when sizing and laying out elements.

Width and Height correspond to the Scale > X and Scale > Y values in each child layout element’s Rect Transform component.
Child Force Expand Whether to force the child layout elements to expand to fill additional available space.
Horizontal Layout Group
Grid Layout Group