Version: 2021.3
언어: 한국어
public static void FlipLayoutAxes (RectTransform rect, bool keepPositioning, bool recursive);

파라미터

rect The RectTransform to flip.
keepPositioning Flips around the pivot if true. Flips within the parent rect if false.
recursive Flip the children as well?

설명

Flips the horizontal and vertical axes of the RectTransform size and alignment, and optionally its children as well.

This swaps the horizontal and vertical axis in the size and alignment of the RectTransform. This can also be thought of as a diagonal flip. Any actual content such as images or text will not be flipped or rotated but may be resized and aligned differently.

An example usage is to instantiate a control designed for alignment along one axis (like a horizontal slider) and flip the axes so the layout becomes suitable for use along the other axis (like a vertical slider).

When used with the recursive argument set to true, the children are always flipped with the keepPositioning option set to false so that they properly follow the flip of the parent.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961