コード例 #1
0
ファイル: DebugConsole.cs プロジェクト: matrix09/Shaders
 //删除目前所有的log
 public void CleanLog()
 {
     _LogHistory.ClearAllLog();
 }