Class GraphUpdateUtilities
    Public
    
    Contains useful functions for updating graphs.
This class works a lot with the GraphNode class, a useful function to get nodes is AstarPath.GetNearest.
Since
Added in 3.1
Public Static Methods
        
                UpdateGraphsNoBlock
        
                (guo, nodes, alwaysRevert=…)
    
                
                Updates graphs and checks if all nodes are still reachable from each other.
                    Public
                        Static
                
            
        
                UpdateGraphsNoBlock
        
                (guo, node1, node2, alwaysRevert=…)
    
                
                Updates graphs and checks if all nodes are still reachable from each other.
                    Public
                        Static