Skip to content

Api > Bounds > SetMinMax()


Bounds.SetMinMax(Vector3 min, Vector3 max)⚓︎

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

Parameters:⚓︎

Name Type Description
min Vector3 min
max Vector3 max

Usage⚓︎

---@type Bounds
local bounds;

---@type Vector3
local min;

---@type Vector3
local max;


bounds.SetMinMax(min, max)