Skip to content

Api > Bounds > Expand()


Bounds.Expand(Vector3 amount)⚓︎

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

Parameters:⚓︎

Name Type Description
amount Vector3

Usage⚓︎

---@type Bounds
local bounds;

---@type Vector3
local amount;


bounds.Expand(amount)
Expand(amount) ```