Esempio n. 1
0
 static public int get_ParentScrollRect(IntPtr l)
 {
     try {
         UnityEngine.UI.Extensions.ScrollConflictManager self = (UnityEngine.UI.Extensions.ScrollConflictManager)checkSelf(l);
         pushValue(l, self.ParentScrollRect);
         return(1);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }
Esempio n. 2
0
 static public int OnBeginDrag(IntPtr l)
 {
     try {
         UnityEngine.UI.Extensions.ScrollConflictManager self = (UnityEngine.UI.Extensions.ScrollConflictManager)checkSelf(l);
         UnityEngine.EventSystems.PointerEventData       a1;
         checkType(l, 2, out a1);
         self.OnBeginDrag(a1);
         return(0);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }
Esempio n. 3
0
 static public int set_ParentScrollRect(IntPtr l)
 {
     try {
         UnityEngine.UI.Extensions.ScrollConflictManager self = (UnityEngine.UI.Extensions.ScrollConflictManager)checkSelf(l);
         UnityEngine.UI.ScrollRect v;
         checkType(l, 2, out v);
         self.ParentScrollRect = v;
         return(0);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }