Bounds()IntersectRayOn this pageBounds.IntersectRay(Ray ray) Does ray intersect this bounding box? Parameters: NameTypeDescriptionrayRayray Returns: typeDescriptionbooleanDoes ray intersect this bounding box? Usage ---@type Boundslocal bounds;---@type Raylocal ray;local val0 = bounds.IntersectRay(ray)