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 public Node[] PathByNodes { get; }
Property Value
Type:
NodeExceptions Exception | Condition |
---|
InvalidOperationException | You cannot get a result unless the search has ended. |
See Also