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

namespace UnityEngine
{
public class GUILayoutEntry // TypeDefIndex: 11345
{
	// Fields
	type#26063 minWidth;
	type#26063 maxWidth;
	type#26063 minHeight;
	type#26063 maxHeight;
	type#25021 rect;
	type#20872 stretchWidth;
	type#20872 stretchHeight;
	type#15318 consideredForMargin;
	type#19005 m_Style;
	type#25022 kDummyRect;
	type#20875 indent;

	// Methods
	// RVA: -1
	public type#19004 get_style() { }
	// RVA: -1
	public type#28660 set_style(type#19004 value) { }
	// 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#20867 get_marginHorizontal() { }
	// RVA: -1
	public type#20867 get_marginVertical() { }
	// RVA: -1
	public type#28660 .ctor(type#26059 _minWidth, type#26059 _maxWidth, type#26059 _minHeight, type#26059 _maxHeight, type#19004 _style) { }
	// RVA: -1
	public type#28660 .ctor(type#26059 _minWidth, type#26059 _maxWidth, type#26059 _minHeight, type#26059 _maxHeight, type#19004 _style, type#13064 options) { }
	// RVA: -1
	public virtual type#28660 CalcWidth() { }
	// RVA: -1
	public virtual type#28660 CalcHeight() { }
	// RVA: -1
	public virtual type#28660 SetHorizontal(type#26059 x, type#26059 width) { }
	// RVA: -1
	public virtual type#28660 SetVertical(type#26059 y, type#26059 height) { }
	// RVA: -1
	protected virtual type#28660 ApplyStyleSettings(type#19004 style) { }
	// RVA: -1
	public virtual type#28660 ApplyOptions(type#13064 options) { }
	// RVA: -1
	public virtual type#26576 ToString() { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
