Class RichPath
    Public
    
    
    
    Public Methods
        
                GetRemainingPath
        
                (buffer, partsBuffer, currentPosition, requiresRepath)
    
                    
                    Replaces the buffer with the remaining path.
Public Variables
        
                CompletedAllParts
        
    
                    
                    True if we have completed (called NextPart for) the last part in the path.
                        Public
                    
                
        
                Endpoint
        
    
                    
                    
                        Public
                    
                
        
                IsLastPart
        
    
                    
                    True if we are traversing the last part of the path.
                        Public
                    
                
        
                seeker
        
    
                    
                    
                        Public
                    
                
        
                transform
        
    
                    
                    Transforms points from path space to world space.
                        Public
                    
                Private/Protected Members
        
                currentPart
        
    
                    
                    
                        Private
                    
                
        
                parts
        
    
                    
                    
                        Private
                            Readonly