Bounds()ContainsOn this pageBounds.Contains(Vector3 point) Is point contained in the bounding box? Parameters: NameTypeDescriptionpointVector3point Returns: typeDescriptionbooleanIs point contained in the bounding box? Usage ---@type Boundslocal bounds;---@type Vector3local point;local val0 = bounds.Contains(point)