static public int EM_Update(IntPtr l)
{
try {
FairyGUI.UIPainter self = (FairyGUI.UIPainter)checkSelf(l);
FairyGUI.UpdateContext a1;
checkType(l, 2, out a1);
self.EM_Update(a1);
pushValue(l, true);
return(1);
}
catch (Exception e) {
return(error(l, e));
}
}