static public int SetRelative_s(IntPtr l) { try { DG.Tweening.Core.TweenerCore <UnityEngine.Vector3, DG.Tweening.Plugins.Core.PathCore.Path, DG.Tweening.Plugins.Options.PathOptions> a1; checkType(l, 1, out a1); DoTweenPathLuaUtil.SetRelative(a1); pushValue(l, true); return(1); } catch (Exception e) { return(error(l, e)); } }