UnitySwiftKotlin←API Reference Return to API Reference index←packageNianticSpatial.NSDK.AR.NavigationMesh NianticSpatial.NSDK.AR.NavigationMesh←classSpatialTree NianticSpatial.NSDK.AR.NavigationMesh.SpatialTree Method GetElement 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 NameTypeSummaryatPositionVector2Int-resultGridNode-
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.