Method Overlaps
Overlaps(Rect)
Check if edge overlaps rectangle.
Declaration
public override bool Overlaps(Rect rectangle)
Parameters
| Type | Name | Description | 
|---|---|---|
| Rect | rectangle | The rectangle.  | 
    
Returns
| Type | Description | 
|---|---|
| bool | True if edge overlaps the rectangle.  | 
    
Overrides
UnityEditor.Experimental.GraphView.Edge.Overlaps(UnityEngine.Rect)