Struct NavmeshEdgeData
    Public
    
    Burst-accessible data about edges in the navmesh.
Can be queried from burst, and from multiple threads in parallel.
Public Methods
        
                GetEdgesInRange
        
                (hierarchicalNode, localBounds, edgeBuffer, movementPlane)
    
                    
                    
                        Public
                    
                
        
                GetObstaclesInRange
        
                (hierarchicalNode, bounds, obstacleIndexBuffer)
    
                    
                    
                        Public
                    
                Public Static Methods
        
                ConvertObstaclesToEdges
        
                (obstacleData, obstacleIndices, localBounds, edgeBuffer, movementPlane)
    
                    
                    
                        Public
                            Static
                    
                
        
                CreateEmpty
        
                (allocator)
    
                    
                    An empty set of edges.
                        Public
                            Static
                    
                
        
                GetHierarchicalNodesInRangeRec
        
                (node, bounds, connectionAllocator, connectionAllocations, nodeBounds, indices)
    
                    
                    
                        Public
                            Static
                    
                Public Variables
        
                hierarhicalNodeData
        
    
                    
                    
                        Public
                    
                
        
                obstacleData
        
    
                    
                    
                        Public