Use for a 'step by step' search only. This method is alternate to SearchPath.
The algorithm must have been initialize before.
Namespace:
Pathfinding
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax Return Value
Type:
Boolean'true' unless the search ended.
Exceptions Exception | Condition |
---|
InvalidOperationException | You must initialize AStar before using NextStep(). |
See Also