Class GraphGizmoHelper Extends IAstarPooledObject, IDisposable
    Public
    
    
    
    Public Methods
        
                DrawConnections
        
                (node)
    
                
                
                    Public
                
            
        
                DrawTriangles
        
                (vertices, colors, numTriangles)
    
                
                
                    Public
                
            
        
                DrawWireTriangle
        
                (a, b, c, color)
    
                
                
                    Public
                
            
        
                DrawWireTriangles
        
                (vertices, colors, numTriangles)
    
                
                
                    Public
                
            
        
                GraphGizmoHelper
        
                ()
    
                
                
                    Public
                
            
        
                Init
        
                (active, hasher, gizmos, redrawScope)
    
                
                
                    Public
                
            
        
                NodeColor
        
                (node)
    
                
                Color to use for gizmos.
                    Public
                
            
        
                OnEnterPool
        
                ()
    
                
                
                    Public
                
            Public Static Methods
        
                GetGizmoHelper
        
                (gizmos, active, hasher, redrawScope)
    
                
                
                    Public
                        Static
                
            
        
                GetSingleFrameGizmoHelper
        
                (gizmos, active, redrawScope)
    
                
                
                    Public
                        Static
                
            
        
                InSearchTree
        
                (node, handler, pathID)
    
                
                Returns if the node is in the search tree of the path.
                    Public
                        Static
                
            Public Variables
        
                builder
        
    
                
                
                    Public
                
            
        
                hasher
        
    
                
                
                    Public
                
            Private/Protected Members
        
                debugData
        
    
                
                
                    Private
                
            
        
                debugFloor
        
    
                
                
                    Private
                
            
        
                debugMode
        
    
                
                
                    Private
                
            
        
                debugPathID
        
    
                
                
                    Private
                
            
        
                debugRoof
        
    
                
                
                    Private
                
            
        
                Dispose
        
                ()
    
                
                
                    Private
                
            
        
                drawConnection
        
    
                
                
                    Private
                        Readonly
                
            
        
                DrawConnection
        
                (other)
    
                
                
                    Private
                
            
        
                drawConnectionColor
        
    
                
                
                    Private
                
            
        
                drawConnectionStart
        
    
                
                
                    Private
                
            
        
                showSearchTree
        
    
                
                
                    Private