Version: 2018.4
public bool Raycast (Vector2 sp, Camera eventCamera);

パラメーター

spスクリーンポイント
eventCameraカメラ

戻り値

bool ポイントが GraphicRaycaster レイキャストの有効な位置であれば true を返します。

説明

When a GraphicRaycaster is raycasting into the Scene it does two things. First it filters the elements using their RectTransform rect. Then it uses this Raycast function to determine the elements hit by the raycast.