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