Version: 2022.3
言語: 日本語
public static bool RectangleContainsScreenPoint (RectTransform rect, Vector2 screenPoint, Camera cam);

パラメーター

rect テストする RectTransform。
screenPoint テストするスクリーンポイント
cam テストが実行されるカメラ。(オプション)

戻り値

bool ポイントが矩形内にあれば True を返します。

説明

RectTransform は指定されたカメラから見たスクリーンポイントを含むか。