Ejemplo n.º 1
0
 static int SetListenter(IntPtr L)
 {
     try
     {
         ToLua.CheckArgsCount(L, 2);
         GameFramework.UGUIScrollView obj = (GameFramework.UGUIScrollView)ToLua.CheckObject <GameFramework.UGUIScrollView>(L, 1);
         System.Action <UnityEngine.GameObject, int> arg0 = (System.Action <UnityEngine.GameObject, int>)ToLua.CheckDelegate <System.Action <UnityEngine.GameObject, int> >(L, 2);
         obj.SetListenter(arg0);
         return(0);
     }
     catch (Exception e)
     {
         return(LuaDLL.toluaL_exception(L, e));
     }
 }