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

GetElement


Declaration

public bool GetElement(Vector2Int atPosition, out GridNode result)

Summary

Returns the grid node at the specified location if exists.
@param atPosition The location of the grid node.
@param result The element stored at the specified location.
@returns True, if the grid node could be located.

Parameters

NameTypeSummary
atPositionVector2Int
-
resultGridNode
-