Interface IOffMeshLinkInfo
    Public
    
    
    
    Public Variables
        
                first
        
    
                
                Start point of the link.
                    Public
                
            
        
                last
        
    
                
                End point of the link.
                    Public
                
            
        
                reverse
        
    
                
                True if the agent is traversing the link in the reverse direction (end to start, instead of start to end)
                    Public
                
            
        
                sourceComponent
        
    
                
                Component which created this link.
                    Public