Click or drag to resize
IAStarNodeEstimateHeuristicMovementCost Method
Returns the estimated, heuristic movement cost needed to get from this node to the specified other one.

Namespace: Slash.AI.Pathfinding
Assembly: Slash.AI.Pathfinding (in Slash.AI.Pathfinding.dll) Version: 1.0.6018.40189
Syntax
int EstimateHeuristicMovementCost(
	IAStarNode target
)

Parameters

target
Type: Slash.AI.PathfindingIAStarNode
Target node.

Return Value

Type: Int32
Estimated movement cost.
See Also