Exemplo n.º 1
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));
     }
 }