Overlaps(Rect)
Determines whether the specified rect overlaps the Scope.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
public override bool Overlaps(Rect rectangle)
Parameters
The rect.
Returns
Type | Description |
|---|---|
| bool | Returns true when the specified rect overlaps the Scope. |