Function AstarPath.GetNearest

GetNearest (Ray ray)

Returns the node closest to the ray (slow).

Public
GetNearest (Vector3 position)

Returns the nearest node to a position.

Public
GetNearest (Vector3 position, NNConstraint constraint)

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

Public