Click or drag to resize

AStarzOpen Property

Use for debug in 'step by step' mode only. Returns all the tracks found in the 'Open' 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[][] Open { get; }

Property Value

Type: Node
See Also