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