static int _g_get_onStart(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);

                DG.Tweening.Core.ABSSequentiable __cl_gen_to_be_invoked = (DG.Tweening.Core.ABSSequentiable)translator.FastGetCSObj(L, 1);
                translator.Push(L, __cl_gen_to_be_invoked.onStart);
            } catch (System.Exception __gen_e) {
                return(LuaAPI.luaL_error(L, "c# exception:" + __gen_e));
            }
            return(1);
        }
        static int _s_set_sequencedEndPosition(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);

                DG.Tweening.Core.ABSSequentiable __cl_gen_to_be_invoked = (DG.Tweening.Core.ABSSequentiable)translator.FastGetCSObj(L, 1);
                __cl_gen_to_be_invoked.sequencedEndPosition = (float)LuaAPI.lua_tonumber(L, 2);
            } catch (System.Exception __gen_e) {
                return(LuaAPI.luaL_error(L, "c# exception:" + __gen_e));
            }
            return(0);
        }
        static int _s_set_onStart(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);

                DG.Tweening.Core.ABSSequentiable __cl_gen_to_be_invoked = (DG.Tweening.Core.ABSSequentiable)translator.FastGetCSObj(L, 1);
                __cl_gen_to_be_invoked.onStart = translator.GetDelegate <DG.Tweening.TweenCallback>(L, 2);
            } catch (System.Exception __gen_e) {
                return(LuaAPI.luaL_error(L, "c# exception:" + __gen_e));
            }
            return(0);
        }
        static int _s_set_tweenType(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);

                DG.Tweening.Core.ABSSequentiable __cl_gen_to_be_invoked = (DG.Tweening.Core.ABSSequentiable)translator.FastGetCSObj(L, 1);
                DG.Tweening.TweenType            __cl_gen_value; translator.Get(L, 2, out __cl_gen_value);
                __cl_gen_to_be_invoked.tweenType = __cl_gen_value;
            } catch (System.Exception __gen_e) {
                return(LuaAPI.luaL_error(L, "c# exception:" + __gen_e));
            }
            return(0);
        }