Skip to main content

Bounds.Intersects(Bounds bounds)

Does another bounding box intersect with this bounding box?

Parameters:

NameTypeDescription
boundsBoundsbounds

Returns:

typeDescription
booleanDoes another bounding box intersect with this bounding box?

Usage

---@type Bounds
local bounds;

---@type Bounds
local bounds;


local val0 = bounds.Intersects(bounds)