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

GridNode

Encloses data for grid elements used during scanning for walkable areas.

Declaration

public struct GridNode : ValueType, IEquatable<GridNode>

Constructors

public GridNode(Vector2Int coordinates)

Fields

NameTypeSummary
CoordinatesVector2Int
Coordinates of this node on the grid.
Deviationfloat
Standard deviation in the area around the node.
DiffFromNeighbourfloat
The calculated minimum difference in elevation from a neighbouring node.
Elevationfloat
Height of the node.

Methods

NameTypeSummary
Equalsbool
-
GetHashCodeint
-

Operators

NameTypeSummary
static !=bool
-
static ==bool
-

Relationships

implements: System.IEquatable