CanStartDragArgs
Information about a drag-and-drop operation that is about to start. See BaseVerticalCollectionView.canStartDrag.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public readonly struct CanStartDragArgs
Fields
Value | Description |
|---|---|
| draggedElement | The element on which the drag operation is starting. |
| id | The ID of the dragged element. |
| selectedIds | The selected IDs in the source. |