Ejemplo n.º 1
0
 void Start()
 {
     //为 MoblileDebugger 添加按钮
     MoblileDebugger.AddTestFunction("打印Log", Log);
     MoblileDebugger.AddTestFunction("打印Warning", Warning);
     MoblileDebugger.AddTestFunction("打印Error", Error);
 }