Function AstarPath.UpdateGraphs
        
                UpdateGraphs
        
                (Bounds bounds, float delay)
    
            
            Update all graphs within bounds after delay seconds.
                Public
            
        
        
                UpdateGraphs
        
                (GraphUpdateObject ob, float delay)
    
            
            Update all graphs using the GraphUpdateObject after delay seconds.
                Public