Struct IntBounds
    Public
    
    Integer bounding box.
Works almost like UnityEngine.BoundsInt but with a slightly nicer and more efficient api.
Uses an exclusive upper bound (max field).
Public Methods
Public Static Methods
Public Variables
        
                max
        
    
                    
                    
                        Public
                    
                
        
                min
        
    
                    
                    
                        Public
                    
                
        
                size
        
    
                    
                    
                        Public
                    
                
        
                volume
        
    
                    
                    
                        Public