Esempio n. 1
0
 static public int OnWaypointChanged_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);
         System.Action <System.Int32> a2;
         checkDelegate(l, 2, out a2);
         DoTweenPathLuaUtil.OnWaypointChanged(a1, a2);
         pushValue(l, true);
         return(1);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }