Version: 2023.2
言語: 日本語

RectTransformUtility

class in UnityEngine

マニュアルに切り替える

説明

RectTransform と動作するヘルパーメソッドを含むユーティリティクラス。

Static 関数

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.
FlipLayoutAxesRectTransform のサイズとアラインメントの水平軸と垂直軸を反転させ、オプションで子に対しても同様の処理を行います。
FlipLayoutOnAxisRectTransform のアラインメントを水平や垂直軸に沿ってフリップさせ、オプションで子も同様に行います。
PixelAdjustPointスクリーン空間内の指定されたポイントをピクセルの正しいポイントに変換します。
PixelAdjustRectRect Transform を指定すると、ピクセル精度座標で角のポイントを返します。
RectangleContainsScreenPointRectTransform は指定されたカメラから見たスクリーンポイントを含むか。
ScreenPointToLocalPointInRectangleスクリーン空間ポイントを、矩形の平面上にある RectTransform のローカル空間の位置に変換します。
ScreenPointToWorldPointInRectangleスクリーン空間ポイントを、指定された RectTransform 平面上にあるワールド空間の位置に変換します。