码迷,mamicode.com
首页 > 其他好文 > 详细

xLua 学习

时间:2019-08-01 09:58:45      阅读:72      评论:0      收藏:0      [点我收藏+]

标签:html   span   isp   dispose   start   target   学习   lua   env   

xLua  https://github.com/Tencent/xLua

文档  https://tencent.github.io/xLua/public/v1/guide/index.html

 

技术图片
using UnityEngine;
using XLua;

public class HelloWorld : MonoBehaviour {

    void Start() {
        LuaEnv luaenv = new LuaEnv();
        luaenv.DoString("CS.UnityEngine.Debug.Log(\"Hello world\")");
        luaenv.Dispose();
    }

}
HelloWorld

 

xLua 学习

标签:html   span   isp   dispose   start   target   学习   lua   env   

原文地址:https://www.cnblogs.com/revoid/p/11280348.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!