Class EndingConditionProximity Extends ABPathEndingCondition

Public

Ending condition which stops a fixed distance from the target point.

Public Methods

EndingConditionProximity (p, maxDistance)
Public
TargetFound (node)

Has the ending condition been fulfilled.

Public

Public Variables

maxDistance

Maximum world distance to the target node before terminating the path.

Public

Private/Protected Members

abPath

Path which this ending condition is used on.

Protected
path

Path which this ending condition is used on.

Protected