// Assembly: UnityEngine.AccessibilityModule
// Full name: UnityEngine.Accessibility.AccessibilityNode

namespace UnityEngine.Accessibility
{
public class AccessibilityNode // TypeDefIndex: 13141
{
	// Fields
	type#20868 <id>k__BackingField;
	type#5515 m_FrameGetter;
	type#3416 focusChanged;
	type#5485 selected;
	type#14106 incremented;
	type#14106 decremented;
	type#5485 dismissed;
	type#26577 m_Label;
	type#26577 m_Value;
	type#26577 m_Hint;
	type#15314 m_IsActive;
	type#14077 m_Role;
	type#15314 m_AllowsDirectInteraction;
	type#14081 m_State;
	type#14067 m_Parent;
	type#9782 m_Children;
	type#9781 m_Actions;
	type#25018 m_Frame;
	type#26843 m_Language;
	type#14063 m_Hierarchy;

	// Methods
	// RVA: -1
	internal type#28660 FreeNative(type#15313 freeChildren) { }
	// RVA: -1
	public type#20867 get_id() { }
	// RVA: -1
	public type#26576 get_label() { }
	// RVA: -1
	public type#26576 get_value() { }
	// RVA: -1
	public type#26576 get_hint() { }
	// RVA: -1
	public type#15313 get_isActive() { }
	// RVA: -1
	public type#14076 get_role() { }
	// RVA: -1
	public type#15313 get_allowsDirectInteraction() { }
	// RVA: -1
	public type#14080 get_state() { }
	// RVA: -1
	public type#14066 get_parent() { }
	// RVA: -1
	internal type#7321 get_childList() { }
	// RVA: -1
	public type#25017 get_frame() { }
	// RVA: -1
	private type#28660 SetFrame(type#25017 frame) { }
	// RVA: -1
	public type#5514 get_frameGetter() { }
	// RVA: -1
	internal type#28660 CalculateFrame() { }
	// RVA: -1
	internal type#26842 get_language() { }
	// RVA: -1
	internal type#28660 GetNodeData(type#11749 nodeData) { }
	// RVA: -1
	private type#28660 ChildrenChanged() { }
	// RVA: -1
	private type#28660 ActionsChanged() { }
	// RVA: -1
	private type#15313 IsInActiveHierarchy() { }
	// RVA: -1
	internal type#28660 NotifyFocusChanged(type#15313 isNodeFocused) { }
	// RVA: -1
	internal type#28660 InvokeFocusChanged(type#15313 isNodeFocused) { }
	// RVA: -1
	internal type#15313 InvokeSelected() { }
	// RVA: -1
	internal type#28660 InvokeIncremented() { }
	// RVA: -1
	internal type#28660 InvokeDecremented() { }
	// RVA: -1
	internal type#15313 Dismissed() { }
}
}
