format
typescript
Rect.Overlaps(other)class: Rect
description
Determines whether the specified rectangle overlaps with the current rectangle.
parameter
| param_name | type | description |
|---|---|---|
| other | Rect | The target rectangle. |
reture
| type | description |
|---|---|
boolean | True if the rectangles overlap; otherwise, false. |
