Class Blocker Extends ITraversalProvider
    Private
    
    
    
    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 Variables
        
                blockedNodes
        
    
                    
                    
                        Public
                    
                
        
                filterDiagonalGridConnections
        
    
                    
                    
                        Public