Click or drag to resize
AStarNodeF Property
F score of this node, computed by adding G and H.

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

Property Value

Type: Int32

Implements

IAStarNodeF
See Also