Intersects
7/14/25Less than 1 minute
Bounds.Intersects(Bounds bounds)
Does another bounding box intersect with this bounding box?
Parameters:
| Name | Type | Description |
|---|---|---|
| bounds | Bounds | bounds |
Returns:
| type | Description |
|---|---|
| boolean | Does another bounding box intersect with this bounding box? |
Usage
---@type Bounds
local bounds;
---@type Bounds
local bounds;
local val0 = bounds.Intersects(bounds)
