WriteToScriptPath() public method

public WriteToScriptPath ( string str ) : void
str string
return void
Example #1
0
 public void SetScriptPath(String path)
 {
     scriptPath = path;
     controllerWindow.WriteToScriptPath(path);
 }