Vertical Layout Group
Legacy GUI

グリッドレイアウトグループ

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

プロパティ

プロパティ: 特徴:
Padding レイアウトグループの端から内側に向けてのパディング。
Cell Size グループ内の各レイアウト要素に使用するサイズ。
Spacing レイアウト要素同士の間隔。
Start Corner 最初の要素が配置される角。
Start Axis 要素が配置する時に沿う主要な軸。 Horizontal は新しい行へ進む前に行全体へと要素を並べます。 Vertical は新しい列へ進む前に列全体へと要素を並べます。
Child Alignment 全ての利用可能なスペースへレイアウト要素を並べていない場合にレイアウト要素へ使用するための整列。

詳細

Grid Layout Group コンポーネントは子のレイアウト要素をグリッド状に配置します。ほかの Layout Grounp コンポーネントとは違い, Grid Layout Group は子の レイアウト要素の持つ minimum preferred flexible size プロパティを無視し,代わりに Grid Layout Group 自身のプロパティで定義されている 固定サイズを適用します。

注:レイアウト要素としては,Grid Layout Group は常に,Start Axis プロパティで設定されているものを無視して preferred width をすべてのレイアウト要素を横に並べて配置するのに必要なだけの幅に設定します。自動レイアウトシステムは常に最初に幅を,後から高さを評価するので,指定された constrained height と共にひるような幅を計算することはできません。

Vertical Layout Group
Legacy GUI