Click or drag to resize

AStarzClosed Property

Use for debug in a 'step by step' mode only. Returns all the tracks found in the 'Closed' list of the algorithm at a given time. A track is a list of the nodes visited to come to the current node.

Namespace:  Pathfinding
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public Node[][] Closed { get; }

Property Value

Type: Node
See Also