 | AStarNodeG 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
Syntaxpublic int G { get; set; }
Public Property G As Integer
Get
Set
public:
virtual property int G {
int get () sealed;
void set (int value) sealed;
}
abstract G : int with get, set
override G : int with get, set
Property Value
Type:
Int32Implements
IAStarNodeG
See Also