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. This is per default the same as asking if node == p.endNode uint H uint G ) Has the ending condition been fulfilled. 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.