Click or drag to resize
AStarfindBestOpenNode Method

[Missing <summary> documentation for "M:Planetbase.AStar.findBestOpenNode(System.Int32@)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public NavigationNode findBestOpenNode(
	out int index
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Planetbase.AStar.findBestOpenNode(System.Int32@)"]

Return Value

Type: NavigationNode

[Missing <returns> documentation for "M:Planetbase.AStar.findBestOpenNode(System.Int32@)"]

See Also