Class DrawingUtilities
    Public
    
    Various high-level utilities that are useful when drawing things.
Public Static Methods
        
                BoundsFrom
        
                (points)
    
                
                Bounding box which contains all points in the array.
                    Public
                        Static
                
            
        
                BoundsFrom
        
                (gameObject)
    
                
                Bounding box of a GameObject.
                    Public
                        Static
                
            
        
                BoundsFrom
        
                (points)
    
                
                Bounding box which contains all points in the array.
                    Public
                        Static
                
            
        
                BoundsFrom
        
                (points)
    
                
                Bounding box which contains all points in the list.
                    Public
                        Static
                
            
        
                BoundsFrom
        
                (transform)
    
                
                Bounding box of a Transform.
                    Public
                        Static
                
            Private/Protected Members
        
                componentBuffer
        
    
                
                
                    Private
                        Static