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
                    
                
        
                isLink
        
    
                    
                    True if this part represents an 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