static public int DOPause(IntPtr l) { try { DG.Tweening.Core.ABSAnimationComponent self = (DG.Tweening.Core.ABSAnimationComponent)checkSelf(l); self.DOPause(); pushValue(l, true); return(1); } catch (Exception e) { return(error(l, e)); } }
static int QPYX_DOPause_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.DOPause(); return(0); } catch (Exception e_YXQP) { return(LuaDLL.toluaL_exception(L_YXQP, e_YXQP)); } }
static int DOPause(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.DOPause(); return(0); } catch (Exception e) { return(LuaDLL.toluaL_exception(L, e)); } }