Class NodeLink3 Extends GraphModifier
    Public
    
    Connects two TriangleMeshNodes (recast/navmesh graphs) as if they had shared an edge.

Note
Usually you do not want to use this type of link, you want to use NodeLink2 or NodeLink (sorry for the not so descriptive names).
Public Methods
Public Static Methods
Public Variables
        
                EndNode
        
    
                    
                    
                        Public
                    
                
        
                EndTransform
        
    
                    
                    
                        Public
                    
                
        
                StartNode
        
    
                    
                    
                        Public
                    
                
        
                StartTransform
        
    
                    
                    
                        Public
                    
                
        
                costFactor
        
    
                    
                    The connection will be this times harder/slower to traverse.
                        Public
                    
                
        
                end
        
    
                    
                    End position of the link.
                        Public
                    
                Inherited Public Members
Called after graphs have been updated using GraphUpdateObjects or navmesh cutting.
Private/Protected Members
        
                GizmosColor
        
    
                    
                    
                        Private
                            Static
                            Readonly
                    
                
        
                GizmosColorSelected
        
    
                    
                    
                        Private
                            Static
                            Readonly
                    
                
        
                clamped1
        
    
                    
                    
                        Private
                    
                
        
                clamped2
        
    
                    
                    
                        Private
                    
                
        
                connectedNode1
        
    
                    
                    
                        Private
                    
                
        
                connectedNode2
        
    
                    
                    
                        Private
                    
                
        
                endNode
        
    
                    
                    
                        Private
                    
                
        
                postScanCalled
        
    
                    
                    
                        Private
                    
                
        
                reference
        
    
                    
                    
                        Protected
                            Static
                    
                
        
                startNode
        
    
                    
                    
                        Private
                    
                
        
                uniqueID
        
    
                    
                    Unique persistent ID for this component, used for serialization.
                        Protected
                    
                
        
                usedIDs
        
    
                    
                    Maps persistent IDs to the component that uses it.
                        Protected
                            Static