Struct Connection
    Public
    
    Represents a connection to another node.
Public Methods
        
                Connection
        
                (node, cost, shapeEdge=0xFF)
    
                
                
                    Public
                
            
        
                Equals
        
                (obj)
    
                
                
                    Public
                
            
        
                GetHashCode
        
                ()
    
                
                
                    Public
                
            Public Variables
        
                cost
        
    
                
                Cost of moving along this connection.
                    Public
                
            
        
                node
        
    
                
                Node which this connection goes to.
                    Public
                
            
        
                shapeEdge
        
    
                
                Side of the node shape which this connection uses.
                    Public