Function AstarPath.GetNavmeshBorderData

GetNavmeshBorderData (outRWLock.CombinedReadLockAsync readLock)

Obstacle data for navmesh edges.

Public
NavmeshEdges.NavmeshBorderData GetNavmeshBorderData (

outRWLock.CombinedReadLockAsync

readLock

)

Obstacle data for navmesh edges.

This can be used to get information about the edge/borders of the navmesh. It can also be queried in burst jobs. Just make sure you release the read lock after you are done with it.

Note

This is not a method that you are likely to need to use. It is used internally for things like local avoidance.