Class SingleNodeBlocker Extends VersionedMonoBehaviour
    Public
    
    Blocks single nodes in a graph.

This is useful in turn based games where you want units to avoid all other units while pathfinding but not be blocked by itself.
Note
To use this with a movement script, you have to assign the BlockManager's traversal provider to either Seeker.traversalProvider or FollowerEntity.pathfindingSettings.traversalProvider.
Public Methods
Public Variables
        
                lastBlocked
        
    
                    
                    
                        Public
                    
                
        
                manager
        
    
                    
                    
                        Public