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

namespace UnityEngine
{
public class GUILayoutGroup // TypeDefIndex: 11348
{
	// Fields
	type#8629 entries;
	type#15318 isVertical;
	type#15318 resetCoords;
	type#26063 spacing;
	type#15318 sameSize;
	type#15318 isWindow;
	type#20872 windowID;
	type#20868 m_Cursor;
	type#20870 m_StretchableCountX;
	type#20870 m_StretchableCountY;
	type#15316 m_UserSpecifiedWidth;
	type#15316 m_UserSpecifiedHeight;
	type#26062 m_ChildMinWidth;
	type#26062 m_ChildMaxWidth;
	type#26062 m_ChildMinHeight;
	type#26062 m_ChildMaxHeight;
	type#20870 m_MarginLeft;
	type#20870 m_MarginRight;
	type#20870 m_MarginTop;
	type#20870 m_MarginBottom;
	type#18991 none;

	// Methods
	// RVA: -1
	public virtual type#20867 get_marginLeft() { }
	// RVA: -1
	public virtual type#20867 get_marginRight() { }
	// RVA: -1
	public virtual type#20867 get_marginTop() { }
	// RVA: -1
	public virtual type#20867 get_marginBottom() { }
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public virtual type#28660 ApplyOptions(type#13064 options) { }
	// RVA: -1
	protected virtual type#28660 ApplyStyleSettings(type#19004 style) { }
	// RVA: -1
	public type#28660 ResetCursor() { }
	// RVA: -1
	public type#18990 GetNext() { }
	// RVA: -1
	public type#28660 Add(type#18990 e) { }
	// 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) { }
	// RVA: -1
	public virtual type#26576 ToString() { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
