コード例 #1
0
 public static void MyFunction(string a1, int i1)
 {
     for (int i = 0; i < i1; i++)
     {
         DebugCon.WriteLine("You executed me with " + a1 + ". The first property is " + Text + ", the second one is " + ReadOnlyProperty);
     }
 }
コード例 #2
0
 private void Start()
 {
     DebugCon.Write("Blah");
     consoleHistory.text = "[" + System.DateTime.Now.ToLocalTime() + "] Initiated Console V1.1 \n type /help for a list of commands";
 }