DestroyAllUIEffect() public method

public DestroyAllUIEffect ( ) : void
return void
 static int DestroyAllUIEffect(IntPtr L)
 {
     try
     {
         ToLua.CheckArgsCount(L, 1);
         GameResFactory obj = (GameResFactory)ToLua.CheckObject(L, 1, typeof(GameResFactory));
         obj.DestroyAllUIEffect();
         return(0);
     }
     catch (Exception e)
     {
         return(LuaDLL.toluaL_exception(L, e));
     }
 }