Click or drag to resize
AStarNodeEstimateHeuristicMovementCost 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
public abstract int EstimateHeuristicMovementCost(
	IAStarNode target
)

Parameters

target
Type: Slash.AI.PathfindingIAStarNode
Target node.

Return Value

Type: Int32
Estimated movement cost.

Implements

IAStarNodeEstimateHeuristicMovementCost(IAStarNode)
See Also