NavMeshHit Manual     Reference     Scripting  
Scripting > Runtime Classes > NavMeshHit
NavMeshHit Struct

Result information for NavMesh queries.

Variables
position

Position of hit.

normal

Normal at the point of hit.

distance

Distance to the point of hit.

mask

Mask specifying NavMeshLayers at point of hit.

hit

Flag set when hit.