Class GridShapeTraversalProvider Extends ITraversalProvider
    Public
    
    
    
    Public Methods
        
                CanTraverse
        
                (path, node)
    
                    
                    True if node should be able to be traversed by the path.
                        Public
                    
                
        
                CanTraverse
        
                (path, from, to)
    
                    
                    True if the path can traverse a link between from and to and if to can be traversed itself.
                        Public
                    
                
        
                GetTraversalCost
        
                (path, node)
    
                    
                    Cost of traversing a given node.
                        Public
                    
                Public Static Methods
Public Variables
        
                filterDiagonalGridConnections
        
    
                    
                    
                        Public
                    
                Private/Protected Members
        
                shape
        
    
                    
                    
                        Private