Skip to content

Api > Bounds > Encapsulate()


Bounds.Encapsulate(Bounds bounds)⚓︎

Grow the bounds to encapsulate the bounds.

Parameters:⚓︎

Name Type Description
bounds Bounds bounds

Usage⚓︎

---@type Bounds
local bounds;

---@type Bounds
local bounds;


bounds.Encapsulate(bounds)