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