Class BlockManager Extends VersionedMonoBehaviour
    Public
    
    Manager for blocker scripts such as SingleNodeBlocker.

This is part of the turn based utilities. It can be used for any game, but it is primarily intended for turn based games.
Inner Types
Public Methods
        
                NodeContainsAnyExcept
        
                (node, selector)
    
                    
                    True if the node contains any blocker which is not included in the selector list.
        
                NodeContainsAnyOf
        
                (node, selector)
    
                    
                    True if the node contains any blocker which is included in the selector list.
Public Enums
        
                BlockMode
        
    
                    
                    
                        Public