返回介绍

RectTransformUtility.FlipLayoutAxes 反转布局轴

发布于 2019-12-18 15:38:24 字数 1968 浏览 1154 评论 0 收藏 0

JavaScript => public static function FlipLayoutAxes(rect: RectTransform, keepPositioning: bool, recursive: bool): void;
C# => public static void FlipLayoutAxes(RectTransform rect, bool keepPositioning, bool recursive);

Parameters 参数

rectThe RectTransform to flip.
keepPositioningFlips around the pivot if true. Flips within the parent rect if false.
recursiveFlip the children as well?

Description 描述

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

翻转水平轴和垂直轴的 RectTransform 大小和对齐方式,并且选择性的子物体也一样。

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.

当使用递归参数设置为 true,该子物体总是翻转并切keepPositioning 设置为false以便随着父物体正确的翻转。

recttransformutility

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文