Skip to main content

Bounds.Expand(Vector3 amount)

Expand the bounds by increasing its size by amount along each side.

Parameters:

NameTypeDescription
amountVector3

Usage

---@type Bounds
local bounds;

---@type Vector3
local amount;


bounds.Expand(amount)