C# Class AIEditor.PathDisplay

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

Public Methods

Method Description
ClearPath ( ) : void
ShowPath ( List path ) : void

Method Details

ClearPath() public method

public ClearPath ( ) : void
return void

ShowPath() public method

public ShowPath ( List path ) : void
path List
return void