Bounds()On this pageBounds(Vector3 center, Vector3 size) Creates a new Bounds. Parameters: NameTypeDescriptioncenterVector3The location of the origin of the Bounds.sizeVector3The dimensions of the Bounds. Usage ---@type Vector3local center;---@type Vector3local size;local bounds = Bounds(center, size);