Exemplo n.º 1
0
 public void SetLogPath(string filepath)
 {
     Debug.LogFilePath = filepath;
     NativeRecorder.SetLogPath(filepath);
     return;
 }