El componente Horizontal Layout Group coloca sus layout elements (Elementos de diseño) hijos alado de cada uno, lado a lado. Sus anchuras son determinadas por su anchuras mínimas, preferidas y flexibles respectivas de acuerdo al siguiente mode:
For more information about minimum, preferred, and flexible width, see the documentation on Auto Layout.
Propiedad: | Función: |
---|---|
Padding | El relleno dentro de los bordes del layout group. |
Spacing | El espacio entre los layout elements. |
Child Alignment | El alineamiento a utilizar para los layout elementos (Elementos de diseño) hijos si no llenan todo el espacio disponible. |
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. |