Skip to main content

Bounds.Encapsulate(Bounds bounds)

Grow the bounds to encapsulate the bounds.

Parameters:

NameTypeDescription
boundsBoundsbounds

Usage

---@type Bounds
local bounds;

---@type Bounds
local bounds;


bounds.Encapsulate(bounds)