// Assembly: UnityEngine.UIElementsModule
// Full name: UnityEngine.UIElements.Foldout

namespace UnityEngine.UIElements
{
public class Foldout // TypeDefIndex: 5233
{
	// Fields
	type#15241 textProperty;
	type#15241 toggleOnLabelClickProperty;
	type#15241 valueProperty;
	type#27505 m_Toggle;
	type#28616 m_Container;
	type#15314 m_Value;
	type#26592 ussClassName;
	type#26592 toggleUssClassName;
	type#26592 contentUssClassName;
	type#26592 inputUssClassName;
	type#26592 checkmarkUssClassName;
	type#26592 textUssClassName;
	type#26590 toggleInspectorUssClassName;
	type#26590 ussFoldoutDepthClassName;
	type#20882 ussFoldoutMaxDepth;
	type#21597 m_NavigationManipulator;

	// Methods
	// RVA: -1
	internal type#27503 get_toggle() { }
	// RVA: -1
	public virtual type#28615 get_contentContainer() { }
	// RVA: -1
	public virtual type#15313 get_focusable() { }
	// RVA: -1
	public virtual type#28660 set_focusable(type#15313 value) { }
	// RVA: -1
	public type#15313 get_toggleOnLabelClick() { }
	// RVA: -1
	public type#28660 set_toggleOnLabelClick(type#15313 value) { }
	// RVA: -1
	public type#26576 get_text() { }
	// RVA: -1
	public type#28660 set_text(type#26576 value) { }
	// RVA: -1
	public virtual type#15313 get_value() { }
	// RVA: -1
	public virtual type#28660 set_value(type#15313 value) { }
	// RVA: -1
	public virtual type#28660 SetValueWithoutNotify(type#15313 newValue) { }
	// RVA: -1
	internal virtual type#28660 OnViewDataReady() { }
	// RVA: -1
	private type#28660 Apply(type#21598 op, type#17965 sourceEvent) { }
	// RVA: -1
	private type#15313 Apply(type#21598 op) { }
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	private type#28660 OnAttachToPanel(type#14705 evt) { }
	// RVA: -1
	private static type#28660 .cctor() { }
	// RVA: -1
	private type#28660 <.ctor>b__39_0(type#4131 evt) { }
}
}
