Enum DragAndDropState
The state of the drag and drop operation.
Namespace: Unity.AppUI.Core
Assembly: Unity.AppUI.dll
Syntax
public enum DragAndDropState
Fields
Name | Description |
---|---|
AcceptDrag | The hovered element accepts the drag operation. |
Default | The default state of the drag and drop operation. The hovered element does not accept the drag operation nor reject it. |
RejectDrag | The hovered element rejects the drag operation. |