Struct PathRequestSettings
    Public
    
    Settings for how an agent searches for paths.
This struct contains information about which graphs the agent can use, which nodes it can traverse, and if any nodes should be easier or harder to traverse.
Public Variables
        
                tagPenalties
        
    
                    
                    The penalty for each tag.
                        Public
                    
                
        
                traversableTags
        
    
                    
                    The tags which this agent can traverse.
                        Public
                    
                
        
                traversalProvider
        
    
                    
                    Filters which nodes the agent can traverse, and can also add penalties to each traversed node.
                        Public
                    
                