Class OffMeshLinkSource
    Public
    
    
    
    Public Variables
        
                bounds
        
    
                    
                    Bounding box which encapsulates the link and any position on the navmesh it could possibly be connected to.
                        Public
                    
                
        
                component
        
    
                    
                    The Component associated with this link.
                        Public
                    
                
        
                costFactor
        
    
                    
                    Multiplies the cost of traversing this link by this amount.
                        Public
                    
                
        
                directionality
        
    
                    
                    
                        Public
                    
                
        
                end
        
    
                    
                    The end of the link.
                        Public
                    
                
        
                gameObject
        
    
                    
                    The GameObject associated with this link.
                        Public
                    
                
        
                graphMask
        
    
                    
                    Graph mask for which graphs the link is allowed to connect to.
                        Public
                    
                
        
                handler
        
    
                    
                    
                        Public
                    
                
        
                maxSnappingDistance
        
    
                    
                    Maximum distance from the start/end points to the navmesh.
                        Public
                    
                
        
                start
        
    
                    
                    The start of the link.
                        Public
                    
                
        
                status
        
    
                    
                    
                        Public
                    
                
        
                tag
        
    
                    
                    Tag to apply to this link.
                        Public
                    
                Private/Protected Members
        
                treeKey
        
    
                    
                    
                        Internal