Class Draw
    Public
    
    Helper methods for drawing gizmos and debug lines.
Public Methods
        
                Bezier
        
                (a, b, color)
    
                
                
                    Public
                
            
        
                CircleXZ
        
                (center, radius, color, startAngle=0f, endAngle=…)
    
                
                
                    Public
                
            
        
                CrossXZ
        
                (position, color, size=1)
    
                
                
                    Public
                
            
        
                Cylinder
        
                (position, up, height, radius, color)
    
                
                
                    Public
                
            
        
                Line
        
                (a, b, color)
    
                
                
                    Public
                
            Public Static Variables
        
                Debug
        
    
                
                
                    Public
                        Static
                        Readonly
                
            
        
                Gizmos
        
    
                
                
                    Public
                        Static
                        Readonly
                
            Private/Protected Members
        
                gizmos
        
    
                
                
                    Private
                
            
        
                matrix
        
    
                
                
                    Private
                
            
        
                SetColor
        
                (color)
    
                
                
                    Private