Overlaps(Rect)
Check if edge overlaps rectangle.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
public override bool Overlaps(Rect rectangle)
Parameters
The rectangle.
Returns
Type | Description |
|---|---|
| bool | True if edge overlaps the rectangle. |