Click or drag to resize
AStarNodeH Property
H score of this node, telling the estimated movement cost needed for travelling from this node to the finish.

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

Property Value

Type: Int32

Implements

IAStarNodeH
See Also