Skip to main content

Bounds.SetMinMax(Vector3 min, Vector3 max)

Sets the bounds to the min and max value of the box.

Parameters:

NameTypeDescription
minVector3min
maxVector3max

Usage

---@type Bounds
local bounds;

---@type Vector3
local min;

---@type Vector3
local max;


bounds.SetMinMax(min, max)