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

namespace UnityEngine.UIElements
{
public class DefaultDragAndDropClient // TypeDefIndex: 5427
{
	// Fields
	type#19506 m_GenericData;
	type#21755 m_DraggedInfoLabel;
	type#17476 m_VisualMode;
	type#6701 m_UnityObjectReferences;

	// Methods
	// RVA: -1
	public virtual type#23705 get_source() { }
	// RVA: -1
	public virtual type#23705 GetGenericData(type#26576 key) { }
	// RVA: -1
	public virtual type#28660 StartDrag(type#26413 args, type#28468 pointerPosition) { }
	// RVA: -1
	public virtual type#28660 UpdateDrag(type#28468 pointerPosition) { }
	// RVA: -1
	public virtual type#28660 AcceptDrag() { }
	// RVA: -1
	public virtual type#28660 SetVisualMode(type#17475 mode) { }
	// RVA: -1
	public virtual type#28660 DragCleanup() { }
	// RVA: -1
	public virtual type#17463 get_data() { }
	// RVA: -1
	public type#28660 .ctor() { }
}
}
