纳金网

标题: Unity打开外部exe文件的代码 [打印本页]

作者: 狂风大尉    时间: 2014-6-30 18:34
标题: Unity打开外部exe文件的代码

  1. <pre style="color: rgb(0, 0, 0); line-height: normal;">using UnityEngine;
  2. using System.Collections;
  3. using System.Diagnostics;//用于 允许使用(Process) //

  4. public class example : MonoBehaviour {

  5.         public Rect windowRect = new Rect(20, 20, 120, 50);
  6.         void OnGUI() {

  7.                 if (GUI.Button(new Rect(10, 20, 100, 20), "QQ"))
  8.                         <font color="#f00000">// 直接打开外部文件QQ等 exe</font>
  9.                         Process.Start("C:\\Program Files (x86)\\Tencent\\QQ\\Bin\\QQ.exe");

  10.         }

  11. }</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