static public int get_clamp(IntPtr l) { try { UnityEngine.UI.Extensions.ScrollRectLinker self = (UnityEngine.UI.Extensions.ScrollRectLinker)checkSelf(l); pushValue(l, self.clamp); return(1); } catch (Exception e) { return(error(l, e)); } }
static public int set_clamp(IntPtr l) { try { UnityEngine.UI.Extensions.ScrollRectLinker self = (UnityEngine.UI.Extensions.ScrollRectLinker)checkSelf(l); System.Boolean v; checkType(l, 2, out v); self.clamp = v; return(0); } catch (Exception e) { return(error(l, e)); } }