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
| Name | Type | Summary |
|---|---|---|
| Coordinates | Vector2Int | - |
| Deviation | float | - |
| DiffFromNeighbour | float | - |
| Elevation | float | - |
Methods
| Name | Type | Summary |
|---|---|---|
| Equals | bool | - |
| GetHashCode | int | - |
Operators
| Name | Type | Summary |
|---|---|---|
| static != | bool | - |
| static == | bool | - |
Relationships
implements: System.IEquatable