Class ConstrainToSet Extends NNConstraint
    Private
    
    
    
    Public Methods
Public Variables
        
                nodes
        
    
                    
                    
                        Public
                    
                Inherited Public Members
        
                None
        
    
                    
                    Returns a constraint which does not filter the results.
                        Public
                            Static
                    
                
        
                SuitableGraph
        
                (graphIndex, graph)
    
                    
                    Returns whether or not the graph conforms to this NNConstraint's rules.
                        Public
                    
                
        
                area
        
    
                    
                    Area ID to constrain to.
                        Public
                    
                
        
                constrainDistance
        
    
                    
                    Constrain distance to node.
                        Public
                    
                
        
                constrainTags
        
    
                    
                    Sets if tags should be constrained.
                        Public
                    
                
        
                constrainWalkability
        
    
                    
                    Constrain the search to only walkable or unwalkable nodes depending on walkable.
                        Public
                    
                
        
                distanceMetric
        
    
                    
                    Determines how to measure distances to the navmesh.
                        Public
                    
                
        
                tags
        
    
                    
                    Nodes which have any of these tags set are suitable.