纳金网

标题: JS调用DLL实例 [打印本页]

作者: 狂风大尉    时间: 2014-6-25 01:24
标题: JS调用DLL实例
  1. //JS调用DLL实例

  2.   import System;

  3.   import System.Runtime.InteropServices;

  4.   @DllImport(“user32.dll”)

  5.   public static function MessageBox(Hwnd : int,text : String,Caption : String,iType : int) : int {};
  6.     //Unity3d教程手册:www.unitymanual.com
  7.   function Start()

  8.   {

  9.   MessageBox(0, “API Message Box”, “Win32 API”, 64) ;

  10.   }

  11.   function Update () {

  12.   }
复制代码
* 版权声明:转载时请以超链接形式标明文章原始出处和作者信息
* 本文来自:Unity3D教程手册
* 本文链接:http://www.unitymanual.com/6853.html

作者: hyui    时间: 2014-6-25 02:34
Thanks for sharing your knowledge!
作者: wucnj    时间: 2014-6-25 09:04
感谢分享!!!
作者: HIDEOKOJIMA    时间: 2014-6-25 16:51
感谢分享!




欢迎光临 纳金网 (http://old.narkii.com/club/) Powered by Discuz! X2.5