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

SLua 学习

时间:2017-05-09 19:46:11      阅读:281      评论:0      收藏:0      [点我收藏+]

标签:state   oid   技术分享   dos   nbsp   app   images   world   class   

 1 using UnityEngine;
 2 using SLua;
 3 
 4 
 5 public class AppDelegate : MonoBehaviour {
 6 
 7     private static LuaState m_luaState = new LuaState();
 8 
 9     void Start () {
10         m_luaState.doString("print(‘Hello World‘)");
11     }
12 }

技术分享

 

SLua 学习

标签:state   oid   技术分享   dos   nbsp   app   images   world   class   

原文地址:http://www.cnblogs.com/revoid/p/6832140.html

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