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