Bounds()ExpandOn this pageBounds.Expand(Vector3 amount) Expand the bounds by increasing its size by amount along each side. Parameters: NameTypeDescriptionamountVector3 Usage ---@type Boundslocal bounds;---@type Vector3local amount;bounds.Expand(amount)