// Assembly: UnityEngine.UI
// Full name: UnityEngine.UI.Navigation

namespace UnityEngine.UI
{
public class Navigation // TypeDefIndex: 10700
{
	// Fields
	type#32559 m_Mode;
	type#15314 m_WrapAround;
	type#25784 m_SelectOnUp;
	type#25784 m_SelectOnDown;
	type#25784 m_SelectOnLeft;
	type#25784 m_SelectOnRight;

	// Methods
	// RVA: -1
	public type#32558 get_mode() { }
	// RVA: -1
	public type#28660 set_mode(type#32558 value) { }
	// RVA: -1
	public type#15313 get_wrapAround() { }
	// RVA: -1
	public type#28660 set_wrapAround(type#15313 value) { }
	// RVA: -1
	public type#25783 get_selectOnUp() { }
	// RVA: -1
	public type#28660 set_selectOnUp(type#25783 value) { }
	// RVA: -1
	public type#25783 get_selectOnDown() { }
	// RVA: -1
	public type#28660 set_selectOnDown(type#25783 value) { }
	// RVA: -1
	public type#25783 get_selectOnLeft() { }
	// RVA: -1
	public type#28660 set_selectOnLeft(type#25783 value) { }
	// RVA: -1
	public type#25783 get_selectOnRight() { }
	// RVA: -1
	public type#28660 set_selectOnRight(type#25783 value) { }
	// RVA: -1
	public static type#23352 get_defaultNavigation() { }
	// RVA: -1
	public virtual type#15313 Equals(type#23352 other) { }
}
}
