C# Class Pathfinding.ABPathEndingCondition

Inheritance: PathEndingCondition
ファイルを表示 Open project: henryj41043/TheUnseen

Protected Properties

Property Type Description
abPath ABPath

Public Methods

Method Description
ABPathEndingCondition ( ABPath p ) : UnityEngine
TargetFound ( PathNode node ) : bool

Method Details

ABPathEndingCondition() public method

public ABPathEndingCondition ( ABPath p ) : UnityEngine
p ABPath
return UnityEngine

TargetFound() public method

public TargetFound ( PathNode node ) : bool
node PathNode
return bool

Property Details

abPath protected_oe property

protected ABPath,Pathfinding abPath
return ABPath