Function LinkGraph.GetNearest

GetNearest (Vector3 position)

Returns the nearest node to a position.

Public
GetNearest (Vector3 position, NearestNodeConstraint constraint)

Nearest node to a position using the specified NearestNodeConstraint.

Public
GetNearest (Vector3 position, refNearestNodeConstraint constraint)

It's not possible to query for the nearest node in a link graph.

Public
GetNearest (Vector3 position, NNConstraint constraint)

Returns the nearest node to a position using the specified NNConstraint.

Public