public void SetBoundsChangedFlag() { if (scrollPane == null && !_trackBounds) return; _boundsChanged = true; }
static public int SetBoundsChangedFlag(IntPtr l) { try { FairyGUI.GComponent self = (FairyGUI.GComponent)checkSelf(l); self.SetBoundsChangedFlag(); pushValue(l, true); return(1); } catch (Exception e) { return(error(l, e)); } }