rect | The RectTransform to test with. |
screenPoint | The screen point to test. |
bool True if the point is inside the rectangle.
Does the RectTransform contain the screen point?
rect | The RectTransform to test with. |
screenPoint | The screen point to test. |
cam | The camera from which the test is performed from. (Optional) |
bool True if the point is inside the rectangle.
Does the RectTransform contain the screen point as seen from the given camera?
rect | The RectTransform to test with. |
screenPoint | The screen point to test. |
cam | The camera from which the test is performed from. (Optional) |
offset | The offset to apply to the RectTransform. |
bool True if the point is inside the rectangle.
Does the RectTransform, with the given offset, contain the screen point as seen from the given camera?