Skip to main content
API Reference NianticSpatial.NSDK.AR.NavigationMesh NsdkNavMesh

IsOnNavMesh

Checks if a particular 3d position is on the NsdkNavMesh (within a certain threshold).

Declaration

public bool IsOnNavMesh(Vector3 position, float delta)

Summary

Checks if a particular 3d position is on the NsdkNavMesh (within a certain threshold).

Returns

true if the position provided is within delta meters of the NsdkNavMesh grid plane.

Parameters

NameTypeSummary
positionVector3
The 3d position to check for.
deltafloat
The threshold distance from the NsdkNavMesh to check against.