Click or drag to resize
AStarNodeG Property
G score of this node, telling the movement cost needed for travelling from the starting node to this one.

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

Property Value

Type: Int32

Implements

IAStarNodeG
See Also