Click or drag to resize

AStarzNextStep Method

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
C#
public bool NextStep()

Return Value

Type: Boolean
'true' unless the search ended.
Exceptions
ExceptionCondition
InvalidOperationExceptionYou must initialize AStar before using NextStep().
See Also