Ejemplo n.º 1
0
 static public int get_DebugLabel(IntPtr l)
 {
     try {
         UnityEngine.UI.Extensions.ReorderableListDebug self = (UnityEngine.UI.Extensions.ReorderableListDebug)checkSelf(l);
         pushValue(l, self.DebugLabel);
         return(1);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }
Ejemplo n.º 2
0
 static public int set_DebugLabel(IntPtr l)
 {
     try {
         UnityEngine.UI.Extensions.ReorderableListDebug self = (UnityEngine.UI.Extensions.ReorderableListDebug)checkSelf(l);
         UnityEngine.UI.Text v;
         checkType(l, 2, out v);
         self.DebugLabel = v;
         return(0);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }