Enum DropZoneState
The state of the DropZone.
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
public enum DropZoneState
Fields
Name | Description |
---|---|
AcceptDrag | The accept drag state of the DropZone. |
Default | The default state of the DropZone. |
RejectDrag | The reject drag state of the DropZone. |