Encapsulate
7/14/25Less than 1 minute
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)