C# Class Pathfinding.ABPathEndingCondition

Inheritance: PathEndingCondition
Afficher le fichier Open project: henryj41043/TheUnseen

Protected Properties

Свойство Type Description
abPath ABPath

Méthodes publiques

Méthode Description
ABPathEndingCondition ( ABPath p ) : UnityEngine
TargetFound ( PathNode node ) : bool

Method Details

ABPathEndingCondition() public méthode

public ABPathEndingCondition ( ABPath p ) : UnityEngine
p ABPath
Résultat UnityEngine

TargetFound() public méthode

public TargetFound ( PathNode node ) : bool
node PathNode
Résultat bool

Property Details

abPath protected_oe property

protected ABPath,Pathfinding abPath
Résultat ABPath