Class DebugUtility Extends MonoBehaviour
    Public
    
    Helper for drawing debug information for the recast graph.
A* Pro Feature:
This is an A* Pathfinding Project Pro feature only. This function/class/variable might not exist in the Free version of the A* Pathfinding Project or the functionality might be limited.
The Pro version can be bought here
Public Methods
        
                Awake
        
                ()
    
                
                
                    Public
                
            Public Static Methods
        
                DrawCubes
        
                (topVerts, bottomVerts, vertexColors, width)
    
                
                
                    Public
                        Static
                
            
        
                DrawQuads
        
                (verts, width)
    
                
                
                    Public
                        Static
                
            Public Variables
        
                defaultMaterial
        
    
                
                
                    Public
                
            
        
                offset
        
    
                
                
                    Public
                
            
        
                optimizeMeshes
        
    
                
                
                    Public
                
            Public Static Variables
        
                active
        
    
                
                
                    Public
                        Static