 | IAStarNodeF Property |
F score of this node, computed by adding G and H.
Namespace: Slash.AI.PathfindingAssembly: Slash.AI.Pathfinding (in Slash.AI.Pathfinding.dll) Version: 1.0.6018.40189
SyntaxProperty F As Integer
Get
Set
property int F {
int get ();
void set (int value);
}
abstract F : int with get, set
Property Value
Type:
Int32
See Also