纳金网
标题:
Unity打开外部exe文件的代码
[打印本页]
作者:
狂风大尉
时间:
2014-6-30 18:34
标题:
Unity打开外部exe文件的代码
<pre style="color: rgb(0, 0, 0); line-height: normal;">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");
}
}</pre>
复制代码
作者:
HIDEOKOJIMA
时间:
2014-6-30 18:51
Thanks for sharing !
作者:
查穆1
时间:
2014-6-30 18:53
windowRect 这个变量干嘛用的?
作者:
YEYE
时间:
2014-6-30 21:46
查穆1 发表于 2014-6-30 18:53
windowRect 这个变量干嘛用的?
GUI 参数
作者:
wucnj
时间:
2014-7-1 10:00
感谢分享!!!
欢迎光临 纳金网 (http://old.narkii.com/club/)
Powered by Discuz! X2.5