| Bounds.ClosestPoint | Returns the position on the bounding box that is close to the specified position. | 
| Bounds.Compose | Compose Bounds. | 
| Bounds.ComposeMinMax | Create Bounds from Min and Max. | 
| Bounds.ComposeMinMaxVec | Create Bounds from Min and Max. | 
| Bounds.Contains | Is point contained in the bounding box? | 
| Bounds.Decompose | Decompose Bounds to size and size. | 
| Bounds.DecomposeMinMax | Decompose Bounds into Min and Max. | 
| Bounds.DecomposeMinMaxVec | Decompose Bounds into Min and Max. | 
| Bounds.EncapsulateBounds | Grow the bounds to encapsulate the bounds. | 
| Bounds.EncapsulateVector3 | Grows the Bounds to include the point. | 
| Bounds.Equals | Returns true if the Bounds are the same. | 
| Bounds.ExpandFloat | Expand the bounds by increasing its size by amount along each side. | 
| Bounds.ExpandVector3 | Expand the bounds by increasing its size by amount along each side. | 
| Bounds.GetCenter | Returns the position of the center of the Bounds. | 
| Bounds.GetExtents | Returns the extents of the Bounds. | 
| Bounds.GetMax | Returns the position of the maximum corner of the Bounds. | 
| Bounds.GetMin | Returns the position of the minimum corner of the Bounds. | 
| Bounds.GetSize | Returns the size of the Bounds. | 
| Bounds.Intersects | Determine the intersection of bounding boxes. | 
| Bounds.NotEquals | Returns true if the Bounds are not the same. | 
| Bounds.SetCenter | Sets the position of the center of the Bounds. | 
| Bounds.SetExtents | Sets the extents of the Bounds. | 
| Bounds.SetMax | Sets the position of the maximum corner of the Bounds. | 
| Bounds.SetMin | Sets the position of the minimum corner of the Bounds. | 
| Bounds.SetSize | Sets the size of the Bounds. | 
| Bounds.SqrDistance | The smallest squared distance between the point and this bounding box. | 
| Bounds.ToString | Returns a formatted string of Bounds. |