Overlaps(Rect)
Check if selection overlaps rectangle.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
bool Overlaps(Rect rectangle)
Parameters
Rectangle to check.
Returns
Type | Description |
|---|---|
| bool | True if it overlaps. False otherwise. |