标签: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 }
标签:state oid 技术分享 dos nbsp app images world class
原文地址:http://www.cnblogs.com/revoid/p/6832140.html