public bool Raycast (Vector2 sp, Camera eventCamera);

파라미터

spScreen point.
eventCameraCamera.

반환

bool True if the provided point is a valid location for GraphicRaycaster raycasts.

설명

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.