C# Class Pathfinding.EndingConditionDistance

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

Méthodes publiques

Свойство Type Description
maxGScore int

Méthodes publiques

Méthode Description
EndingConditionDistance ( Path p, int maxGScore ) : UnityEngine
TargetFound ( PathNode node ) : bool

Method Details

EndingConditionDistance() public méthode

public EndingConditionDistance ( Path p, int maxGScore ) : UnityEngine
p Path
maxGScore int
Résultat UnityEngine

TargetFound() public méthode

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

Property Details

maxGScore public_oe property

public int maxGScore
Résultat int