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

PathFindingBehaviour


Declaration

public enum PathFindingBehaviour

Fields

NameTypeSummary
static InterSurfacePreferPerformancePathFindingBehaviour
The calculated route can contain jumps to other surfaces.
static InterSurfacePreferResultsPathFindingBehaviour
The calculated route can contain jumps to other surfaces.
static SingleSurfacePathFindingBehaviour
The calculated route will navigate to the destination
or the closest point to it within a single surface.