Exemple #1
0
 static public int SetRelativeEndValue(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.SetRelativeEndValue(a1);
         pushValue(l, true);
         return(1);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }