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

namespace UnityEngine
{
public class GUIContent // TypeDefIndex: 11320
{
	// Fields
	type#26577 m_Text;
	type#27313 m_Image;
	type#26577 m_Tooltip;
	type#26577 m_TextWithWhitespace;
	type#14106 OnTextChanged;
	type#18985 s_Text;
	type#18985 s_Image;
	type#18985 s_TextImage;
	type#26583 k_ZeroWidthSpace;
	type#18983 none;

	// Methods
	// RVA: -1
	internal type#28660 add_OnTextChanged(type#14105 value) { }
	// RVA: -1
	internal type#28660 remove_OnTextChanged(type#14105 value) { }
	// RVA: -1
	public type#26576 get_text() { }
	// RVA: -1
	public type#28660 set_text(type#26576 value) { }
	// RVA: -1
	internal type#26576 get_textWithWhitespace() { }
	// RVA: -1
	internal type#28660 set_textWithWhitespace(type#26576 value) { }
	// RVA: -1
	internal type#28660 SetTextWithoutNotify(type#26576 value) { }
	// RVA: -1
	public type#28660 set_image(type#27312 value) { }
	// RVA: -1
	public type#26576 get_tooltip() { }
	// RVA: -1
	public type#28660 set_tooltip(type#26576 value) { }
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#28660 .ctor(type#26576 text) { }
	// RVA: -1
	public type#28660 .ctor(type#26576 text, type#27312 image, type#26576 tooltip) { }
	// RVA: -1
	public type#28660 .ctor(type#18982 src) { }
	// RVA: -1
	internal static type#18982 Temp(type#26576 t) { }
	// RVA: -1
	internal static type#28660 ClearStaticCache() { }
	// RVA: -1
	internal static type#13063 Temp(type#13453 texts) { }
	// RVA: -1
	public virtual type#26576 ToString() { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
