C# Class Pathfinding.PathEndingCondition

Afficher le fichier Open project: henryj41043/TheUnseen Class Usage Examples

Protected Properties

Свойство Type Description
p Path

Méthodes publiques

Méthode Description
PathEndingCondition ( Path p ) : UnityEngine
TargetFound ( PathNode node ) : bool

Méthodes protégées

Méthode Description
PathEndingCondition ( ) : UnityEngine

Method Details

PathEndingCondition() protected méthode

protected PathEndingCondition ( ) : UnityEngine
Résultat UnityEngine

PathEndingCondition() public méthode

public PathEndingCondition ( Path p ) : UnityEngine
p Path
Résultat UnityEngine

TargetFound() public méthode

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

Property Details

p protected_oe property

protected Path,Pathfinding p
Résultat Path