format
typescript
Rect.Contains(point)class: Rect
description
Determines whether a point is inside a rectangle.
parameter
| param_name | type | description |
|---|---|---|
| point | Vector2 | The coordinates of the point to be checked. |
reture
| type | description |
|---|---|
boolean | Returns true if the point is inside the rectangle, otherwise returns false. |
