返回介绍

RectTransform.SetInsetAndSizeFromParentEdge 设置从父变换边缘插入和尺寸

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

JavaScript => public function SetInsetAndSizeFromParentEdge(edge: RectTransform.Edge, inset: float, size: float): void;
C# => public void SetInsetAndSizeFromParentEdge(RectTransform.Edge edge, float inset, float size);

Parameters 参数

edgeThe edge of the parent rectangle to inset from.
insetThe inset distance.
sizeThe size of the rectangle along the same direction of the inset.

Description 描述

Set the distance of this rectangle relative to a specified edge of the parent rectangle, while also setting its size.

设置父矩形的指定边缘的相对于该矩形的距离,当然也设置它的大小。

Calling this method sets both the anchors, anchoredPosition, and sizeDelta, though only either the horizontal or vertical components, depending on which edge is specified for the inset.

调用该方法设置锚点,锚点位置和sizeDelta,通过水平或者垂直组件,决定从哪一个指定边缘插入。

The method can particularly be useful when scripting layout behaviours, since it makes it simple to specify positions relative to the parent edges without needing to be concerned with anchoring functionality.

当编写布局行为时该方法特别有用,因为它使得简单指定相对于父边缘位置而无需关心锚点功能。

recttransform

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

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

发布评论

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