A* Pathfinding Project  3.1.4
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Enumerations Properties Groups Pages
ABPathEndingCondition Class Reference
+ Inheritance diagram for ABPathEndingCondition:
+ Collaboration diagram for ABPathEndingCondition:

Public Member Functions

 ABPathEndingCondition (ABPath p)
 
override bool TargetFound (NodeRun 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
 

Member Function Documentation

override bool TargetFound ( NodeRun  node)
virtual

Has the ending condition been fulfilled.

Parameters
nodeThe current node. This is per default the same as asking if node == p.endNode

Reimplemented from PathEndingCondition.


The documentation for this class was generated from the following file: