Class NodeLink Extends GraphModifier
    Public
    
    Connects two nodes with a direct connection.

It is not possible to detect this link when following a path (which may be good or bad), for that you can use NodeLink2.
Public Methods
Public Static Methods
Public Variables
        
                End
        
    
                    
                    
                        Public
                    
                
        
                Start
        
    
                    
                    
                        Public
                    
                
        
                costFactor
        
    
                    
                    The connection will be this times harder/slower to traverse.
                        Public
                    
                
        
                deleteConnection
        
    
                    
                    Delete existing connection instead of adding one.
                        Public
                    
                
        
                end
        
    
                    
                    End position of the link.
                        Public
                    
                
        
                oneWay
        
    
                    
                    Make a one-way connection.
                        Public
                    
                Inherited Public Members
Called after graphs have been updated using GraphUpdateObjects or navmesh cutting.
Private/Protected Members
        
                uniqueID
        
    
                    
                    Unique persistent ID for this component, used for serialization.
                        Protected
                    
                
        
                usedIDs
        
    
                    
                    Maps persistent IDs to the component that uses it.
                        Protected
                            Static