コード例 #1
0
 private void OnGUI()
 {
     DebugHelper.DrawConsole();
 }
コード例 #2
0
ファイル: ChatApp.cs プロジェクト: dwebdevcore/webrtc_test
 private void OnGUI()
 {
     //draws the debug console (or the show button in the corner to open it)
     DebugHelper.DrawConsole();
 }