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

namespace UnityEngine
{
public class GUISkin // TypeDefIndex: 11332
{
	// Fields
	type#18624 m_Font;
	type#19005 m_box;
	type#19005 m_button;
	type#19005 m_toggle;
	type#19005 m_label;
	type#19005 m_textField;
	type#19005 m_textArea;
	type#19005 m_window;
	type#19005 m_horizontalSlider;
	type#19005 m_horizontalSliderThumb;
	type#19010 m_horizontalSliderThumbExtent;
	type#19005 m_verticalSlider;
	type#19005 m_verticalSliderThumb;
	type#19010 m_verticalSliderThumbExtent;
	type#19010 m_SliderMixed;
	type#19005 m_horizontalScrollbar;
	type#19005 m_horizontalScrollbarThumb;
	type#19005 m_horizontalScrollbarLeftButton;
	type#19005 m_horizontalScrollbarRightButton;
	type#19005 m_verticalScrollbar;
	type#19005 m_verticalScrollbarThumb;
	type#19005 m_verticalScrollbarUpButton;
	type#19005 m_verticalScrollbarDownButton;
	type#19005 m_ScrollView;
	type#13066 m_CustomStyles;
	type#18999 m_Settings;
	type#19008 ms_Error;
	type#4727 m_Styles;
	type#31460 m_SkinChanged;
	type#19002 current;

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	internal type#28660 OnEnable() { }
	// RVA: -1
	internal static type#28660 CleanupRoots() { }
	// RVA: -1
	public type#18623 get_font() { }
	// RVA: -1
	public type#28660 set_font(type#18623 value) { }
	// RVA: -1
	public type#19004 get_box() { }
	// RVA: -1
	public type#28660 set_box(type#19004 value) { }
	// RVA: -1
	public type#19004 get_label() { }
	// RVA: -1
	public type#28660 set_label(type#19004 value) { }
	// RVA: -1
	public type#19004 get_textField() { }
	// RVA: -1
	public type#28660 set_textField(type#19004 value) { }
	// RVA: -1
	public type#19004 get_textArea() { }
	// RVA: -1
	public type#28660 set_textArea(type#19004 value) { }
	// RVA: -1
	public type#19004 get_button() { }
	// RVA: -1
	public type#28660 set_button(type#19004 value) { }
	// RVA: -1
	public type#19004 get_toggle() { }
	// RVA: -1
	public type#28660 set_toggle(type#19004 value) { }
	// RVA: -1
	public type#19004 get_window() { }
	// RVA: -1
	public type#28660 set_window(type#19004 value) { }
	// RVA: -1
	public type#19004 get_horizontalSlider() { }
	// RVA: -1
	public type#28660 set_horizontalSlider(type#19004 value) { }
	// RVA: -1
	public type#19004 get_horizontalSliderThumb() { }
	// RVA: -1
	public type#28660 set_horizontalSliderThumb(type#19004 value) { }
	// RVA: -1
	internal type#19004 get_horizontalSliderThumbExtent() { }
	// RVA: -1
	internal type#28660 set_horizontalSliderThumbExtent(type#19004 value) { }
	// RVA: -1
	internal type#19004 get_sliderMixed() { }
	// RVA: -1
	internal type#28660 set_sliderMixed(type#19004 value) { }
	// RVA: -1
	public type#19004 get_verticalSlider() { }
	// RVA: -1
	public type#28660 set_verticalSlider(type#19004 value) { }
	// RVA: -1
	public type#19004 get_verticalSliderThumb() { }
	// RVA: -1
	public type#28660 set_verticalSliderThumb(type#19004 value) { }
	// RVA: -1
	internal type#19004 get_verticalSliderThumbExtent() { }
	// RVA: -1
	internal type#28660 set_verticalSliderThumbExtent(type#19004 value) { }
	// RVA: -1
	public type#19004 get_horizontalScrollbar() { }
	// RVA: -1
	public type#28660 set_horizontalScrollbar(type#19004 value) { }
	// RVA: -1
	public type#19004 get_horizontalScrollbarThumb() { }
	// RVA: -1
	public type#28660 set_horizontalScrollbarThumb(type#19004 value) { }
	// RVA: -1
	public type#19004 get_horizontalScrollbarLeftButton() { }
	// RVA: -1
	public type#28660 set_horizontalScrollbarLeftButton(type#19004 value) { }
	// RVA: -1
	public type#19004 get_horizontalScrollbarRightButton() { }
	// RVA: -1
	public type#28660 set_horizontalScrollbarRightButton(type#19004 value) { }
	// RVA: -1
	public type#19004 get_verticalScrollbar() { }
	// RVA: -1
	public type#28660 set_verticalScrollbar(type#19004 value) { }
	// RVA: -1
	public type#19004 get_verticalScrollbarThumb() { }
	// RVA: -1
	public type#28660 set_verticalScrollbarThumb(type#19004 value) { }
	// RVA: -1
	public type#19004 get_verticalScrollbarUpButton() { }
	// RVA: -1
	public type#28660 set_verticalScrollbarUpButton(type#19004 value) { }
	// RVA: -1
	public type#19004 get_verticalScrollbarDownButton() { }
	// RVA: -1
	public type#28660 set_verticalScrollbarDownButton(type#19004 value) { }
	// RVA: -1
	public type#19004 get_scrollView() { }
	// RVA: -1
	public type#28660 set_scrollView(type#19004 value) { }
	// RVA: -1
	public type#13065 get_customStyles() { }
	// RVA: -1
	public type#28660 set_customStyles(type#13065 value) { }
	// RVA: -1
	public type#18998 get_settings() { }
	// RVA: -1
	internal static type#19004 get_error() { }
	// RVA: -1
	internal type#28660 Apply() { }
	// RVA: -1
	private type#28660 BuildStyleCache() { }
	// RVA: -1
	public type#19004 GetStyle(type#26576 styleName) { }
	// RVA: -1
	public type#19004 FindStyle(type#26576 styleName) { }
	// RVA: -1
	internal type#28660 MakeCurrent() { }
	// RVA: -1
	public type#20073 GetEnumerator() { }
}
}
