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

namespace UnityEngine.UIElements
{
public class IDragAndDrop // TypeDefIndex: 5431
{

	// Methods
	// RVA: -1
	public abstract type#28660 StartDrag(type#26413 args, type#28468 pointerPosition) { }
	// RVA: -1
	public abstract type#28660 UpdateDrag(type#28468 pointerPosition) { }
	// RVA: -1
	public abstract type#28660 AcceptDrag() { }
	// RVA: -1
	public abstract type#28660 DragCleanup() { }
	// RVA: -1
	public abstract type#28660 SetVisualMode(type#17475 visualMode) { }
	// RVA: -1
	public abstract type#17463 get_data() { }
}
}
