Click or drag to resize
AStarNodeIndex Property
The unique index of this vertex in the pathfinding graph.

Namespace: Slash.AI.Pathfinding
Assembly: Slash.AI.Pathfinding (in Slash.AI.Pathfinding.dll) Version: 1.0.6018.40189
Syntax
public int Index { get; set; }

Property Value

Type: Int32

Implements

IGraphVertexIndex
See Also