Exemple #1
0
 static public int Count_s(IntPtr l)
 {
     try {
         UIPanel a1;
         checkType(l, 1, out a1);
         var ret = UIDrawCall.Count(a1);
         pushValue(l, true);
         pushValue(l, ret);
         return(2);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }
Exemple #2
0
 public unsafe static long $Invoke2(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(UIDrawCall.Count((UIPanel)GCHandledObjects.GCHandleToObject(*args))));
 }