示例#1
0
 static public int EvaluateAndApply(IntPtr l)
 {
     try {
         DG.Tweening.Plugins.IntPlugin         self = (DG.Tweening.Plugins.IntPlugin)checkSelf(l);
         DG.Tweening.Plugins.Options.NoOptions a1;
         checkValueType(l, 2, out a1);
         DG.Tweening.Tween a2;
         checkType(l, 3, out a2);
         System.Boolean a3;
         checkType(l, 4, out a3);
         DG.Tweening.Core.DOGetter <System.Int32> a4;
         checkDelegate(l, 5, out a4);
         DG.Tweening.Core.DOSetter <System.Int32> a5;
         checkDelegate(l, 6, out a5);
         System.Single a6;
         checkType(l, 7, out a6);
         System.Int32 a7;
         checkType(l, 8, out a7);
         System.Int32 a8;
         checkType(l, 9, out a8);
         System.Single a9;
         checkType(l, 10, out a9);
         System.Boolean a10;
         checkType(l, 11, out a10);
         DG.Tweening.Core.Enums.UpdateNotice a11;
         checkEnum(l, 12, out a11);
         self.EvaluateAndApply(a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11);
         pushValue(l, true);
         return(1);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }
示例#2
0
 static public int constructor(IntPtr l)
 {
     try {
         DG.Tweening.Plugins.IntPlugin o;
         o = new DG.Tweening.Plugins.IntPlugin();
         pushValue(l, true);
         pushValue(l, o);
         return(2);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }
示例#3
0
 static public int SetChangeValue(IntPtr l)
 {
     try {
         DG.Tweening.Plugins.IntPlugin self = (DG.Tweening.Plugins.IntPlugin)checkSelf(l);
         DG.Tweening.Core.TweenerCore <System.Int32, System.Int32, DG.Tweening.Plugins.Options.NoOptions> a1;
         checkType(l, 2, out a1);
         self.SetChangeValue(a1);
         pushValue(l, true);
         return(1);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }
示例#4
0
 static public int ConvertToStartValue(IntPtr l)
 {
     try {
         DG.Tweening.Plugins.IntPlugin self = (DG.Tweening.Plugins.IntPlugin)checkSelf(l);
         DG.Tweening.Core.TweenerCore <System.Int32, System.Int32, DG.Tweening.Plugins.Options.NoOptions> a1;
         checkType(l, 2, out a1);
         System.Int32 a2;
         checkType(l, 3, out a2);
         var ret = self.ConvertToStartValue(a1, a2);
         pushValue(l, true);
         pushValue(l, ret);
         return(2);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }
示例#5
0
 static public int GetSpeedBasedDuration(IntPtr l)
 {
     try {
         DG.Tweening.Plugins.IntPlugin         self = (DG.Tweening.Plugins.IntPlugin)checkSelf(l);
         DG.Tweening.Plugins.Options.NoOptions a1;
         checkValueType(l, 2, out a1);
         System.Single a2;
         checkType(l, 3, out a2);
         System.Int32 a3;
         checkType(l, 4, out a3);
         var ret = self.GetSpeedBasedDuration(a1, a2, a3);
         pushValue(l, true);
         pushValue(l, ret);
         return(2);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }