コード例 #1
0
 protected void PrintlnWithVR(string str)
 {
     print(str);
     if (DebugVR != null)
     {
         DebugVR.Println(str);
         DebugVR.Alert(str);
     }
 }