Exemple #1
0
 static public int DOPlayForward(IntPtr l)
 {
     try {
         DG.Tweening.Core.ABSAnimationComponent self = (DG.Tweening.Core.ABSAnimationComponent)checkSelf(l);
         self.DOPlayForward();
         pushValue(l, true);
         return(1);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }
 static int QPYX_DOPlayForward_YXQP(IntPtr L_YXQP)
 {
     try
     {
         ToLua.CheckArgsCount(L_YXQP, 1);
         DG.Tweening.Core.ABSAnimationComponent QPYX_obj_YXQP = (DG.Tweening.Core.ABSAnimationComponent)ToLua.CheckObject <DG.Tweening.Core.ABSAnimationComponent>(L_YXQP, 1);
         QPYX_obj_YXQP.DOPlayForward();
         return(0);
     }
     catch (Exception e_YXQP)                {
         return(LuaDLL.toluaL_exception(L_YXQP, e_YXQP));
     }
 }
Exemple #3
0
 static int DOPlayForward(IntPtr L)
 {
     try
     {
         ToLua.CheckArgsCount(L, 1);
         DG.Tweening.Core.ABSAnimationComponent obj = (DG.Tweening.Core.ABSAnimationComponent)ToLua.CheckObject <DG.Tweening.Core.ABSAnimationComponent>(L, 1);
         obj.DOPlayForward();
         return(0);
     }
     catch (Exception e)
     {
         return(LuaDLL.toluaL_exception(L, e));
     }
 }