Struct NavmeshBorderData

Public

Burst-accessible data about borders in the navmesh.

Can be queried from burst, and from multiple threads in parallel.

Public Methods

DisposeEmpty (dependsOn)
GetEdgesInRange (hierarchicalNode, localBounds, edgeBuffer, movementPlane)
GetObstaclesInRange (hierarchicalNode, bounds, obstacleIndexBuffer)

Public Static Methods

ConvertObstaclesToEdges (obstacleData, obstacleIndices, localBounds, edgeBuffer, movementPlane)
CreateEmpty (allocator)

An empty set of edges.

GetHierarchicalNodesInRangeRec (hierarchicalNode, bounds, connectionAllocator, connectionAllocations, nodeBounds, indices)

Public Variables

hierarhicalNodeData
Public
obstacleData
Public