Struct Turn Extends IComparable<Turn>
    Public
    
    Represents a turn in a path.
A* Pro Feature:
This is an A* Pathfinding Project Pro feature only. This function/class/variable might not exist in the Free version of the A* Pathfinding Project or the functionality might be limited.
The Pro version can be bought here
Public Methods
        
                CompareTo
        
                (t)
    
                    
                    
                        Public
                    
                
        
                GetPath
        
                (output)
    
                    
                    
                        Public
                    
                
        
                Turn
        
                (length, constructor, id=0)
    
                    
                    
                        Public
                    
                Public Static Methods
        
                operator<
        
                (lhs, rhs)
    
                    
                    
                        Public
                            Static
                    
                
        
                operator>
        
                (lhs, rhs)
    
                    
                    
                        Public
                            Static
                    
                Public Variables
        
                constructor
        
    
                    
                    
                        Public
                    
                
        
                id
        
    
                    
                    
                        Public
                    
                
        
                length
        
    
                    
                    
                        Public
                    
                
        
                score
        
    
                    
                    
                        Public