Version: 2023.2

RectTransformUtility

class in UnityEngine

切换到手册

描述

Utility 类,包含用于 RectTransform 的 helper 方法。

静态函数

CalculateRelativeRectTransformBoundsCreates a Bounds object that encapsulates all the child RectTransform objects found in the child parameter, and converts the resulting bounds into local space relative to the root transform.
FlipLayoutAxes翻转 RectTransform 大小和对齐方式的水平和垂直轴,可以选择同时翻转其子级。
FlipLayoutOnAxis沿水平或垂直轴翻转 RectTransform 的对齐方式,可以选择同时翻转其子级。
PixelAdjustPoint将屏幕空间中的给定点转换为像素校正点。
PixelAdjustRect根据给定的一个矩形变换,返回像素精确坐标中的角点。
RectangleContainsScreenPoint此 RectTransform 是否包含从给定摄像机观察到的屏幕点?
ScreenPointToLocalPointInRectangle将一个屏幕空间点转换为 RectTransform 的本地空间中位于其矩形平面上的一个位置。
ScreenPointToWorldPointInRectangle将一个屏幕空间点转换为世界空间中位于给定 RectTransform 平面上的一个位置。