RectTransformUtility.RectangleContainsScreenPoint

Cambiar al Manual
public static bool RectangleContainsScreenPoint (RectTransform rect, Vector2 screenPoint, Camera cam);

Parámetros

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

Valor de retorno

bool True if the point is inside the rectangle.

Descripción

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