Click or drag to resize
AStarheuristic Method

[Missing <summary> documentation for "M:Planetbase.AStar.heuristic(Planetbase.NavigationNode,Planetbase.NavigationNode,System.Single)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static float heuristic(
	NavigationNode nodeA,
	NavigationNode nodeB,
	float weight
)

Parameters

nodeA
Type: PlanetbaseNavigationNode

[Missing <param name="nodeA"/> documentation for "M:Planetbase.AStar.heuristic(Planetbase.NavigationNode,Planetbase.NavigationNode,System.Single)"]

nodeB
Type: PlanetbaseNavigationNode

[Missing <param name="nodeB"/> documentation for "M:Planetbase.AStar.heuristic(Planetbase.NavigationNode,Planetbase.NavigationNode,System.Single)"]

weight
Type: SystemSingle

[Missing <param name="weight"/> documentation for "M:Planetbase.AStar.heuristic(Planetbase.NavigationNode,Planetbase.NavigationNode,System.Single)"]

Return Value

Type: Single

[Missing <returns> documentation for "M:Planetbase.AStar.heuristic(Planetbase.NavigationNode,Planetbase.NavigationNode,System.Single)"]

See Also