Class NavmeshUpdates
    Public
    
    Helper for navmesh cut objects.
Responsible for keeping track of which navmesh cuts have moved and coordinating graph updates to account for those changes.
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
Inner Types
Public Methods
Public Variables
        
                updateInterval
        
    
                    
                    How often to check if an update needs to be done (real seconds between checks).
                        Public
                    
                Private/Protected Members
        
                astar
        
    
                    
                    
                        Internal
                    
                
        
                lastUpdateTime
        
    
                    
                    Last time navmesh cuts were applied.
                        Private
                    
                
        
                listeners
        
    
                    
                    
                        Private