예제 #1
0
 private void OnDestroy()
 {
     //Debug.Log("LuaUIBehaveour destroy");
     SYLuaEnv.FlzEvent("ui", "destroy", luaCtx);
 }
예제 #2
0
 // Use this for initialization
 void Start()
 {
     SYLuaEnv.FlzEvent("ui", "start", luaCtx);
 }