Struct GraphUpdateLock
    Public
    
    Prevents pathfinding from running while held.
Public Methods
        
                GraphUpdateLock
        
                (pathProcessor, block)
    
                    
                    
                        Public
                    
                
        
                Release
        
                ()
    
                    
                    Allow pathfinding to start running again if no other locks are still held.
                        Public
                    
                Public Variables
        
                Held
        
    
                    
                    True while this lock is preventing the pathfinding threads from processing more paths.
                        Public
                    
                
        
                id
        
    
                    
                    
                        Public
                    
                
        
                pathProcessor
        
    
                    
                    
                        Public