// Assembly: UnityEngine.IMGUIModule
// Full name: UnityEngine.GUIScrollGroup

namespace UnityEngine
{
public class GUIScrollGroup // TypeDefIndex: 11349
{
	// Fields
	type#26063 calcMinWidth;
	type#26063 calcMaxWidth;
	type#26063 calcMinHeight;
	type#26063 calcMaxHeight;
	type#26063 clientWidth;
	type#26063 clientHeight;
	type#15318 allowHorizontalScroll;
	type#15318 allowVerticalScroll;
	type#15318 needsHorizontalScrollbar;
	type#15318 needsVerticalScrollbar;
	type#19006 horizontalScrollbar;
	type#19006 verticalScrollbar;

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public virtual type#28660 CalcWidth() { }
	// RVA: -1
	public virtual type#28660 SetHorizontal(type#26059 x, type#26059 width) { }
	// RVA: -1
	public virtual type#28660 CalcHeight() { }
	// RVA: -1
	public virtual type#28660 SetVertical(type#26059 y, type#26059 height) { }
}
}
