Bounds()SqrDistanceOn this pageBounds.SqrDistance(Bounds point) The smallest squared distance between the point and this bounding box. Parameters: NameTypeDescriptionpointBoundspoint Usage ---@type Boundslocal bounds;---@type Boundslocal point;bounds.SqrDistance(point)