Esempio n. 1
0
 static public int SetLookAtPosition_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.Single a2;
         checkType(l, 2, out a2);
         System.Single a3;
         checkType(l, 3, out a3);
         System.Single a4;
         checkType(l, 4, out a4);
         System.Nullable <UnityEngine.Vector3> a5;
         checkNullable(l, 5, out a5);
         System.Nullable <UnityEngine.Vector3> a6;
         checkNullable(l, 6, out a6);
         DoTweenPathLuaUtil.SetLookAtPosition(a1, a2, a3, a4, a5, a6);
         pushValue(l, true);
         return(1);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }