1. 启动外部程序,不等待其退出。 2. 启动外部程序,等待其退出。 3. 启动外部程序,无限等待其退出。 4. 启动外部程序,通过事件监视其退出。 // using System.Diagnostics; private string appName = "c...
分类:
其他好文 时间:
2014-08-18 20:03:22
阅读次数:
237
unity为开发者提供了很多方便开发的工具,他们都是由系统封装的一些功能和方法。比如说:实现时间的time类,获取随机数的Random.Range( )方法等等。
时间类
time类,主要用来获取当前的系统时间。
using UnityEngine;
using System.Collections;
public class Script_04_13 : MonoBehaviou...
分类:
其他好文 时间:
2014-07-06 11:46:34
阅读次数:
325
string root = @"J:\yaoqianshu"; string pythonPath =
"解压缩拷贝启动动画测试(新).py"; string ccccPath = ""; ProcessStartInfo myPro...
分类:
其他好文 时间:
2014-05-29 15:31:11
阅读次数:
201