static int QPYX_Reset_YXQP(IntPtr L_YXQP)
 {
     try
     {
         ToLua.CheckArgsCount(L_YXQP, 1);
         TweenButton QPYX_obj_YXQP = (TweenButton)ToLua.CheckObject <TweenButton>(L_YXQP, 1);
         QPYX_obj_YXQP.Reset();
         return(0);
     }
     catch (Exception e_YXQP)                {
         return(LuaDLL.toluaL_exception(L_YXQP, e_YXQP));
     }
 }
 static int QPYX_OnPointerExit_YXQP(IntPtr L_YXQP)
 {
     try
     {
         ToLua.CheckArgsCount(L_YXQP, 2);
         TweenButton QPYX_obj_YXQP = (TweenButton)ToLua.CheckObject <TweenButton>(L_YXQP, 1);
         UnityEngine.EventSystems.PointerEventData QPYX_arg0_YXQP = (UnityEngine.EventSystems.PointerEventData)ToLua.CheckObject <UnityEngine.EventSystems.PointerEventData>(L_YXQP, 2);
         QPYX_obj_YXQP.OnPointerExit(QPYX_arg0_YXQP);
         return(0);
     }
     catch (Exception e_YXQP)                {
         return(LuaDLL.toluaL_exception(L_YXQP, e_YXQP));
     }
 }
Exemplo n.º 3
0
 static int Reset(IntPtr L)
 {
     try
     {
         ToLua.CheckArgsCount(L, 1);
         TweenButton obj = (TweenButton)ToLua.CheckObject <TweenButton>(L, 1);
         obj.Reset();
         return(0);
     }
     catch (Exception e)
     {
         return(LuaDLL.toluaL_exception(L, e));
     }
 }
Exemplo n.º 4
0
 static int OnPointerExit(IntPtr L)
 {
     try
     {
         ToLua.CheckArgsCount(L, 2);
         TweenButton obj = (TweenButton)ToLua.CheckObject <TweenButton>(L, 1);
         UnityEngine.EventSystems.PointerEventData arg0 = (UnityEngine.EventSystems.PointerEventData)ToLua.CheckObject <UnityEngine.EventSystems.PointerEventData>(L, 2);
         obj.OnPointerExit(arg0);
         return(0);
     }
     catch (Exception e)
     {
         return(LuaDLL.toluaL_exception(L, e));
     }
 }
Exemplo n.º 5
0
    static int set_moveTime(IntPtr L)
    {
        object o = null;

        try
        {
            o = ToLua.ToObject(L, 1);
            TweenButton obj  = (TweenButton)o;
            float       arg0 = (float)LuaDLL.luaL_checknumber(L, 2);
            obj.moveTime = arg0;
            return(0);
        }
        catch (Exception e)
        {
            return(LuaDLL.toluaL_exception(L, e, o, "attempt to index moveTime on a nil value"));
        }
    }
Exemplo n.º 6
0
    static int set_isNeedPopUp(IntPtr L)
    {
        object o = null;

        try
        {
            o = ToLua.ToObject(L, 1);
            TweenButton obj  = (TweenButton)o;
            bool        arg0 = LuaDLL.luaL_checkboolean(L, 2);
            obj.isNeedPopUp = arg0;
            return(0);
        }
        catch (Exception e)
        {
            return(LuaDLL.toluaL_exception(L, e, o, "attempt to index isNeedPopUp on a nil value"));
        }
    }
Exemplo n.º 7
0
    static int get_moveTime(IntPtr L)
    {
        object o = null;

        try
        {
            o = ToLua.ToObject(L, 1);
            TweenButton obj = (TweenButton)o;
            float       ret = obj.moveTime;
            LuaDLL.lua_pushnumber(L, ret);
            return(1);
        }
        catch (Exception e)
        {
            return(LuaDLL.toluaL_exception(L, e, o, "attempt to index moveTime on a nil value"));
        }
    }
Exemplo n.º 8
0
    static int get_isNeedPopUp(IntPtr L)
    {
        object o = null;

        try
        {
            o = ToLua.ToObject(L, 1);
            TweenButton obj = (TweenButton)o;
            bool        ret = obj.isNeedPopUp;
            LuaDLL.lua_pushboolean(L, ret);
            return(1);
        }
        catch (Exception e)
        {
            return(LuaDLL.toluaL_exception(L, e, o, "attempt to index isNeedPopUp on a nil value"));
        }
    }
    static int QPYX_get_scaleNum_YXQP(IntPtr L_YXQP)
    {
        object QPYX_o_YXQP = null;

        try
        {
            QPYX_o_YXQP = ToLua.ToObject(L_YXQP, 1);                        TweenButton QPYX_obj_YXQP = (TweenButton)QPYX_o_YXQP;
            float QPYX_ret_YXQP = QPYX_obj_YXQP.scaleNum;
            LuaDLL.lua_pushnumber(L_YXQP, QPYX_ret_YXQP);
            return(1);
        }
        catch (Exception QPYX_e_YXQP)            {
            return(LuaDLL.toluaL_exception(L_YXQP, QPYX_e_YXQP, QPYX_o_YXQP, "attempt to index scaleNum on a nil value"));
        }
    }
Exemplo n.º 10
0
    static int QPYX_set_moveTime_YXQP(IntPtr L_YXQP)
    {
        object QPYX_o_YXQP = null;

        try
        {
            QPYX_o_YXQP = ToLua.ToObject(L_YXQP, 1);                        TweenButton QPYX_obj_YXQP = (TweenButton)QPYX_o_YXQP;
            float QPYX_arg0_YXQP = (float)LuaDLL.luaL_checknumber(L_YXQP, 2);
            QPYX_obj_YXQP.moveTime = QPYX_arg0_YXQP;
            return(0);
        }
        catch (Exception QPYX_e_YXQP)            {
            return(LuaDLL.toluaL_exception(L_YXQP, QPYX_e_YXQP, QPYX_o_YXQP, "attempt to index moveTime on a nil value"));
        }
    }
Exemplo n.º 11
0
    static int QPYX_set_isNeedPopUp_YXQP(IntPtr L_YXQP)
    {
        object QPYX_o_YXQP = null;

        try
        {
            QPYX_o_YXQP = ToLua.ToObject(L_YXQP, 1);                        TweenButton QPYX_obj_YXQP = (TweenButton)QPYX_o_YXQP;
            bool QPYX_arg0_YXQP = LuaDLL.luaL_checkboolean(L_YXQP, 2);
            QPYX_obj_YXQP.isNeedPopUp = QPYX_arg0_YXQP;
            return(0);
        }
        catch (Exception QPYX_e_YXQP)            {
            return(LuaDLL.toluaL_exception(L_YXQP, QPYX_e_YXQP, QPYX_o_YXQP, "attempt to index isNeedPopUp on a nil value"));
        }
    }
Exemplo n.º 12
0
    static int QPYX_get_isNeedPopUp_YXQP(IntPtr L_YXQP)
    {
        object QPYX_o_YXQP = null;

        try
        {
            QPYX_o_YXQP = ToLua.ToObject(L_YXQP, 1);                        TweenButton QPYX_obj_YXQP = (TweenButton)QPYX_o_YXQP;
            bool QPYX_ret_YXQP = QPYX_obj_YXQP.isNeedPopUp;
            LuaDLL.lua_pushboolean(L_YXQP, QPYX_ret_YXQP);
            return(1);
        }
        catch (Exception QPYX_e_YXQP)            {
            return(LuaDLL.toluaL_exception(L_YXQP, QPYX_e_YXQP, QPYX_o_YXQP, "attempt to index isNeedPopUp on a nil value"));
        }
    }