Struct PathfindingTag
    Public
    
    Represents a single pathfinding tag.
Note
The tag refers to a pathfinding tag, not a unity tag that is applied to GameObjects, or any other kind of tag.
Public Methods
        
                PathfindingTag
        
                (value)
    
                    
                    
                        Public
                    
                
        
                ToString
        
                ()
    
                    
                    
                        Public
                    
                Public Static Methods
        
                operator PathfindingTag
        
                (tag)
    
                    
                    
                        Public
                            Static
                    
                
        
                operator uint
        
                (tag)
    
                    
                    
                        Public
                            Static
                    
                Public Variables
        
                value
        
    
                    
                    Underlaying tag value.
                        Public