Skip to content

API > NavMeshHit


NavMeshHit⚓︎

Result information for NavMesh queries.

Members⚓︎

Properties⚓︎

Name Description
NavMeshHit.distanceProperty Distance to the point of hit.
NavMeshHit.hitProperty Flag set when hit.
NavMeshHit.maskProperty Mask specifying NavMesh area at point of hit.
NavMeshHit.normalProperty Normal at the point of hit.
NavMeshHit.positionProperty Position of hit.