A* Pathfinding Project
3.6
The A* Pathfinding Project for Unity 3D
|
Public Member Functions | |
ABPathEndingCondition (ABPath p) | |
override bool | TargetFound (PathNode node) |
Has the ending condition been fulfilled. | |
Public Member Functions inherited from PathEndingCondition | |
PathEndingCondition (Path p) | |
Protected Attributes | |
ABPath | abPath |
Protected Attributes inherited from PathEndingCondition | |
Path | p |
Additional Inherited Members | |
Protected Member Functions inherited from PathEndingCondition | |
PathEndingCondition () | |
|
virtual |
Has the ending condition been fulfilled.
node | The current node. This is per default the same as asking if node == p.endNode |
Reimplemented from PathEndingCondition.
|
protected |