static public int EM_BeforeUpdate(IntPtr l) { try { FairyGUI.UIPainter self = (FairyGUI.UIPainter)checkSelf(l); self.EM_BeforeUpdate(); pushValue(l, true); return(1); } catch (Exception e) { return(error(l, e)); } }
static int EM_BeforeUpdate(IntPtr L) { try { ToLua.CheckArgsCount(L, 1); FairyGUI.UIPainter obj = (FairyGUI.UIPainter)ToLua.CheckObject(L, 1, typeof(FairyGUI.UIPainter)); obj.EM_BeforeUpdate(); return(0); } catch (Exception e) { return(LuaDLL.toluaL_exception(L, e)); } }