Exemple #1
0
 static public int CenterOnWithoutAction(IntPtr l)
 {
     try {
         UICenterOnChild       self = (UICenterOnChild)checkSelf(l);
         UnityEngine.Transform a1;
         checkType(l, 2, out a1);
         self.CenterOnWithoutAction(a1);
         pushValue(l, true);
         return(1);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }