struct in UnityEngine.UIElements
/
Implemented in:UnityEngine.UIElementsModule
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseInformation about a drag-and-drop operation in progress. See BaseVerticalCollectionView.dragAndDropUpdate and BaseVerticalCollectionView.handleDrop.
childIndex | The child index under the parentId that the drag-and-drop operation targets. Used only for trees. |
dragAndDropData | Data stored for the drag-and-drop operation. |
dropPosition | The type of drop position. |
insertAtIndex | The index at which the drop operation wants to happen. |
parentId | The new parent targeted by the drag-and-drop operation. Used only for trees. |
position | The world position of the pointer. |
target | The target of the drop. There is only a target when hovering over an item. DropPosition.OverItem |