Class ABPathEndingCondition Extends PathEndingCondition Public Ending condition which emulates the default one for the ABPath. Public Methods ABPathEndingCondition (p) Public ABPathEndingCondition ( ABPath p ) TargetFound (node, H, G) Has the ending condition been fulfilled. Public bool TargetFound ( GraphNode node The current node. uint H Heuristic score. See Pathfinding.PathNode.H uint G Cost to reach this node. See Pathfinding.PathNode.G ) Has the ending condition been fulfilled. This is per default the same as asking if node == p.endNode Private/Protected Members abPath Path which this ending condition is used on. Protected ABPath abPath Path which this ending condition is used on. Same as path but downcasted to ABPath path Path which this ending condition is used on. Protected Path path Path which this ending condition is used on.