Interface IRaycastableGraph
    Public
    
    Graph which supports the Linecast method.
Public Methods
        
                Linecast
        
                (start, end)
    
                    
                    Checks if the straight line of sight between the two points on the graph is obstructed.
                        Public
                    
                
        
                Linecast
        
                (start, end, hit, trace=null, filter=null)
    
                    
                    Checks if the straight line of sight between the two points on the graph is obstructed.
                        Public
                    
                Deprecated Members
        
                Linecast
        
                (start, end, hint)
    
                    
                    
                        Public
                    
                
        
                Linecast
        
                (start, end, hint, hit)
    
                    
                    
                        Public
                    
                
        
                Linecast
        
                (start, end, hint, hit, trace)
    
                    
                    
                        Public