Version: 2018.1

RectTransformUtility.RectangleContainsScreenPoint

Switch to Manual
public static bool RectangleContainsScreenPoint (RectTransform rect, Vector2 screenPoint, Camera cam);

Parameters

rectThe RectTransform to test with.
screenPointThe screen point to test.
camThe camera from which the test is performed from. (Optional)

Returns

bool True if the point is inside the rectangle.

Description

Does the RectTransform contain the screen point as seen from the given camera?