 | AStarNodeH Property |
H score of this node, telling the estimated movement cost
needed for travelling from this node to the finish.
Namespace: Slash.AI.PathfindingAssembly: Slash.AI.Pathfinding (in Slash.AI.Pathfinding.dll) Version: 1.0.6018.40189
Syntaxpublic int H { get; set; }
Public Property H As Integer
Get
Set
public:
virtual property int H {
int get () sealed;
void set (int value) sealed;
}
abstract H : int with get, set
override H : int with get, set
Property Value
Type:
Int32Implements
IAStarNodeH
See Also