Function PathUtilities.IsPathPossible
Returns if there is a walkable path from node1 to node2.
                Public
                    Static
            
        
        
                IsPathPossible
        
                (List<GraphNode> nodes)
    
            
            Returns if there are walkable paths between all nodes in the list.
                Public
                    Static
            
        
        
                IsPathPossible
        
                (List<GraphNode> nodes, int tagMask)
    
            
            Returns if there are walkable paths between all nodes in the list.
                Public
                    Static