Click or drag to resize

AStarzPathByNodes Property

Gets the array of nodes representing the found path.

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

Property Value

Type: Node
Exceptions
ExceptionCondition
InvalidOperationExceptionYou cannot get a result unless the search has ended.
See Also