static public int SetSize(IntPtr l) { try { FairyGUI.DisplayObject self = (FairyGUI.DisplayObject)checkSelf(l); System.Single a1; checkType(l, 2, out a1); System.Single a2; checkType(l, 3, out a2); self.SetSize(a1, a2); pushValue(l, true); return(1); } catch (Exception e) { return(error(l, e)); } }