Function IRaycastableGraph.Linecast
Checks if the straight line of sight between the two points on the graph is obstructed.
                Public
            
        
        
                Linecast
        
                (Vector3 start, Vector3 end, GraphNode startNodeHint, outGraphHitInfo hit, List<GraphNode> trace, System.Func<GraphNode, bool> filter=null)
    
            
            Checks if the straight line of sight between the two points on the graph is obstructed.
                Public
            
        
        
                Linecast
        
                (Vector3 start, Vector3 end, outGraphHitInfo hit, List<GraphNode> trace=null, System.Func<GraphNode, bool> filter=null)
    
            
            Checks if the straight line of sight between the two points on the graph is obstructed.
                Public