Method Overlaps
Overlaps(Rect)
Test overlap of the specified rect.
Declaration
public override bool Overlaps(Rect rect)
Parameters
| Type | Name | Description | 
|---|---|---|
| Rect | rect | The rect.  | 
    
Returns
| Type | Description | 
|---|---|
| bool | 
  | 
    
Overrides
UnityEngine.UIElements.VisualElement.Overlaps(UnityEngine.Rect)