返回介绍

RectTransformUtility.FlipLayoutOnAxis 在轴上翻转布局

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

JavaScript => public static function FlipLayoutOnAxis(rect: RectTransform, axis: int, keepPositioning: bool, recursive: bool): void;
C# => public static void FlipLayoutOnAxis(RectTransform rect, int axis, 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?
axisThe axis to flip along. 0 is horizontal and 1 is vertical.

Description 描述

Flips the alignment of the RectTransform along the horizontal or vertical axis, and optionally its children as well.

沿着水平或者垂直轴翻转对齐的矩形变换,并且它的子物体也是可选择的。

This flips the alignment of the RectTransform. Any actual content such as images or text will not be flipped but may aligned differently. An example usage is to instantiate a control designed in a left to right manner (like a horizontal slider where 0 is to the left) and flip it horizontally so the layout becomes suitable for use in the opposite direction (like a horizontal slider where 0 is to the right).

该属性翻转对齐的矩形变换。任何实际内容例如图形或者文本将不会被翻转但可能以不同的方式排列。示例用法是去实例化一个从左到右的方式设计的控制(例如水平滑动,左边为0)并且水平翻转它因此该布局变得适合于在相反方向上使用(例如水平滑动,右边为0)。

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 和您的相关数据。
    原文