Function AstarPath.GetNearestBorder

GetNearestBorder (Vector3 position, GraphNode sourceNode, outGraphHitInfo hit)

Finds the closest navmesh border to the given position.

Public
GetNearestBorder (Vector3 position, NearestNodeConstraint constraint, outGraphHitInfo hit)

Finds the closest navmesh border to the given position.

Public