Struct IntBounds
    Public
    
    Integer bounding box.
Works almost like UnityEngine.BoundsInt but with a slightly nicer and more efficient api.
Public Methods
        
                Contains
        
                (other)
    
                
                
                    Public
                
            
        
                IntBounds
        
                (min, max)
    
                
                
                    Public
                
            
        
                IntBounds
        
                (xmin, ymin, zmin, xmax, ymax, zmax)
    
                
                
                    Public
                
            
        
                Offset
        
                (offset)
    
                
                
                    Public
                
            Public Static Methods
        
                Intersection
        
                (a, b)
    
                
                Returns the intersection bounding box between the two bounds.
                    Public
                        Static
                
            Public Variables
        
                max
        
    
                
                
                    Public
                
            
        
                min
        
    
                
                
                    Public
                
            
        
                size
        
    
                
                
                    Public
                
            
        
                volume
        
    
                
                
                    Public