與 UIListLayout、UIGridLayout 和 UITableLayout 相比,Class.UIList 允許更結構化、更整體化的布局。這些通常適用於商店物品欄,每個項目可以在網格中呈現,或項目可以排成相關行/柱。
網格結構
UIGridLayout 位置的子 GuiObjects 在同一大小的網格內的單位。 單位通過行或柱位的基礎來添加。 通過行或�
由預設位置,UIGridLayout 位置的兄弟,GuiObjects 在他們的 LayoutOrder 中,其中下值排名在上值排名之前,並且等
桌子布局
UITableLayout 位置的兄弟姊妹 GuiObjects 和它們的子女以表格式表示。 預設 FillDirection 的 0> Enum.FillDirection|Vertical0> 表示
此模式採用標準的 HTML 行/柱結構:
<table><tbody><tr> <!-- Row1 --><td>Label 1</td> <!-- TextLabel1 --><td>Label 2</td> <!-- TextLabel2 --><td>Label 3</td> <!-- TextLabel3 --></tr><tr> <!-- Row2 --><td>Label 4</td> <!-- TextLabel4 --><td>Label 5</td> <!-- TextLabel5 --><td>Label 6</td> <!-- TextLabel6 --></tr><tr> <!-- Row3 --><td>Label 7</td> <!-- TextLabel7 --><td>Label 8</td> <!-- TextLabel8 --><td>Label 9</td> <!-- TextLabel9 --></tr></tbody></table>
除非您啟用FillEmptySpaceColumns或FillEmptySpaceRows 屬性,否