包含用于处理 RectTransform 的帮助器方法的实用程序类。
CalculateRelativeRectTransformBounds | 创建了一个 Bounds 对象,它封装了在 child 参数中找到的所有子 RectTransform 对象,并将结果边界转换为相对于根变换的局部空间。 |
FlipLayoutAxes | 翻转 RectTransform 大小和对齐的水平轴和垂直轴,并选择性地翻转其子级。 |
FlipLayoutOnAxis | 翻转 RectTransform 沿着水平或垂直轴的对齐,并选择性地翻转其子级。 |
PixelAdjustPoint | 将屏幕空间中的给定点转换为像素精确点。 |
PixelAdjustRect | 给定一个矩形变换,以像素精确坐标返回角点。 |
RectangleContainsScreenPoint | RectTransform 是否包含屏幕点? |
ScreenPointToLocalPointInRectangle | 将屏幕空间点转换为位于 RectTransform 矩形平面上的 RectTransform 局部空间中的位置。 |
ScreenPointToRay | 将屏幕空间位置转换为射线。 |
ScreenPointToWorldPointInRectangle | 将屏幕空间点转换为给定 RectTransform 平面上的世界空间位置。 |
WorldToScreenPoint | 将世界空间中的位置转换为屏幕空间点。 |