Exemplo n.º 1
0
        static int _g_get_EM_sortingOrder(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);

                FairyGUI.EMRenderTarget gen_to_be_invoked = (FairyGUI.EMRenderTarget)translator.FastGetCSObj(L, 1);
                LuaAPI.xlua_pushinteger(L, gen_to_be_invoked.EM_sortingOrder);
            } catch (System.Exception gen_e) {
                return(LuaAPI.luaL_error(L, "c# exception:" + gen_e));
            }
            return(1);
        }
Exemplo n.º 2
0
        static int _m_Remove_xlua_st_(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);



                {
                    FairyGUI.EMRenderTarget _value = (FairyGUI.EMRenderTarget)translator.GetObject(L, 1, typeof(FairyGUI.EMRenderTarget));

                    FairyGUI.EMRenderSupport.Remove(_value);



                    return(0);
                }
            } catch (System.Exception gen_e) {
                return(LuaAPI.luaL_error(L, "c# exception:" + gen_e));
            }
        }
Exemplo n.º 3
0
        static int _m_EM_BeforeUpdate(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);


                FairyGUI.EMRenderTarget gen_to_be_invoked = (FairyGUI.EMRenderTarget)translator.FastGetCSObj(L, 1);



                {
                    gen_to_be_invoked.EM_BeforeUpdate(  );



                    return(0);
                }
            } catch (System.Exception gen_e) {
                return(LuaAPI.luaL_error(L, "c# exception:" + gen_e));
            }
        }