Class AABBTree
    Public
    
    Axis Aligned Bounding Box Tree.
Holds a bounding box tree with arbitrary data.
The tree self-balances itself regularly when nodes are added.
A* Pro Feature
 
    This is an A* Pathfinding Project Pro feature only. This function/class/variable might not exist in the Free version of the A* Pathfinding Project or the functionality might be limited.
The Pro version can be bought here
Inner Types
Public Methods
        
                QueryTagged
        
                (buffer, clearTags=…)
    
                    
                    Queries the tree for all objects that have been previously tagged using the Tag method.
Public Variables
        
                this[Key key]
        
    
                    
                    User data for a node in the tree.
                        Public
                    
                Private/Protected Members
        
                NoNode
        
    
                    
                    
                        Private
                            Static
                    
                
        
                freeNodes
        
    
                    
                    
                        Private
                            Readonly
                    
                
        
                nodes
        
    
                    
                    
                        Private
                    
                
        
                rebuildCounter
        
    
                    
                    
                        Private
                    
                
        
                root
        
    
                    
                    
                        Private