INTERNAL_CALL_RectangleContainsScreenPoint() private method

private INTERNAL_CALL_RectangleContainsScreenPoint ( RectTransform rect, Vector2 &screenPoint, Camera cam ) : bool
rect RectTransform
screenPoint Vector2
cam Camera
return bool
コード例 #1
0
 public static bool RectangleContainsScreenPoint(RectTransform rect, Vector2 screenPoint, Camera cam)
 {
     return(RectTransformUtility.INTERNAL_CALL_RectangleContainsScreenPoint(rect, ref screenPoint, cam));
 }