Struct PathPart
    Public
    
    Part of a path.
This is either a sequence of adjacent triangles or a link.
See
Public Variables
        
                endIndex
        
    
                    
                    Index of the last node in this part.
                        Public
                    
                
        
                endPoint
        
    
                    
                    Exact end-point of this part or off-mesh link.
                        Public
                    
                
        
                startIndex
        
    
                    
                    Index of the first node in this part.
                        Public
                    
                
        
                startPoint
        
    
                    
                    Exact start-point of this part or off-mesh link.
                        Public
                    
                
        
                type
        
    
                    
                    If this is an off-mesh link or a sequence of nodes in a single graph.
                        Public