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

namespace UnityEngine.UIElements
{
public class EventCategory // TypeDefIndex: 6282
{
	// Fields
	type#20890 value__;
	type#17990 Default;
	type#17990 Pointer;
	type#17990 PointerMove;
	type#17990 PointerDown;
	type#17990 EnterLeave;
	type#17990 EnterLeaveWindow;
	type#17990 Keyboard;
	type#17990 Geometry;
	type#17990 Style;
	type#17990 ChangeValue;
	type#17990 Bind;
	type#17990 Focus;
	type#17990 ChangePanel;
	type#17990 StyleTransition;
	type#17990 Navigation;
	type#17990 Command;
	type#17990 Tooltip;
	type#17990 DragAndDrop;
	type#17990 IMGUI;
}
}
