Class GlobalNodeStorage
    Package
    
    
    
    Inner Types
Public Methods
Public Variables
        
                destroyedNodesVersion
        
    
                    
                    Number of nodes that have been destroyed in total.
                        Public
                    
                
        
                nextNodeIndex
        
    
                    
                    Holds the next node index which has not been used by any previous node.
                        Public
                    
                
        
                pathfindingThreadData
        
    
                    
                    
                        Public
                    
                
        
                reservedPathNodeData
        
    
                    
                    The number of nodes for which path node data has been reserved.
                        Public
                    
                Private/Protected Members
        
                InitialTemporaryNodes
        
    
                    
                    
                        Private
                            Static
                    
                
        
                astar
        
    
                    
                    
                        Private
                            Readonly
                    
                
        
                lastAllocationJob
        
    
                    
                    
                        Private
                    
                
        
                nodeIndexPools
        
    
                    
                    Holds indices for nodes that have been destroyed.
                        Private
                            Readonly
                    
                
        
                nodes
        
    
                    
                    Maps from NodeIndex to node.
                        Private
                    
                
        
                temporaryNodeCount
        
    
                    
                    
                        Private