C# Class AIEditor.PathDisplay

Displays the real-time cost of a path whenever a node is selected using Text objects.
Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Méthode Description
ClearPath ( ) : void
ShowPath ( List path ) : void

Method Details

ClearPath() public méthode

public ClearPath ( ) : void
Résultat void

ShowPath() public méthode

public ShowPath ( List path ) : void
path List
Résultat void