static public int SetFrom(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.Boolean a2; checkType(l, 3, out a2); self.SetFrom(a1, a2); pushValue(l, true); return(1); } catch (Exception e) { return(error(l, e)); } }