纳金网
标题:
打开外部文件 exe的代码
[打印本页]
作者:
狂风大尉
时间:
2014-7-31 20:24
标题:
打开外部文件 exe的代码
using UnityEngine;
using System.Collections;
using System.Diagnostics;//用于 允许使用(Process) //
public class example : MonoBehaviour {
public Rect windowRect = new Rect(20, 20, 120, 50);
void OnGUI() {
if (GUI.Button(new Rect(10, 20, 100, 20), "QQ"))
<font color="#f00000">// 直接打开外部文件QQ等 exe</font>
Process.Start("C:\\Program Files (x86)\\Tencent\\QQ\\Bin\\QQ.exe");
}
}
复制代码
作者:
hyui
时间:
2014-7-31 21:11
Thanks for sharing this one script !
作者:
HIDEOKOJIMA
时间:
2014-7-31 22:05
Thanks for sharing this one!
欢迎光临 纳金网 (http://old.narkii.com/club/)
Powered by Discuz! X2.5