 | IAStarNodeG Property |
G score of this node, telling the movement cost needed
for travelling from the starting node to this one.
Namespace: Slash.AI.PathfindingAssembly: Slash.AI.Pathfinding (in Slash.AI.Pathfinding.dll) Version: 1.0.6018.40189
SyntaxProperty G As Integer
Get
Set
property int G {
int get ();
void set (int value);
}
abstract G : int with get, set
Property Value
Type:
Int32
See Also