Version: Unity 6.6 Alpha (6000.6)
LanguageEnglish
  • C#

HierarchyViewDragAndDropHandlingData

struct in Unity.Hierarchy

Suggest a change

Success!

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.

Close

Submission failed

For 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.

Close

Cancel

Description

Contains the data needed to handle a drag and drop operation in a HierarchyView.

Properties

Property Description
ChildIndex Gets the child index in the HierarchyView.
DropPosition Gets the DragAndDropPosition of the drop relative to the HierarchyViewDragAndDropHandlingData.Target.
EntityIds Gets the EntityId values involved in the drag and drop operation.
InsertAtIndex Gets the insertion index in the HierarchyView.
Parent Gets the parent HierarchyNode that accepts the new nodes from the drag and drop operation. This is either the parent of the HierarchyViewDragAndDropHandlingData.Target, or the HierarchyViewDragAndDropHandlingData.Target itself if HierarchyViewDragAndDropHandlingData.DropPosition is DragAndDropPosition.OverItem.
Paths Gets the paths to the assets involved in the drag and drop operation.
Source Gets the object that started the drag and drop operation.
Target Gets the target HierarchyNode under the cursor.
View Gets the HierarchyView where the drag and drop operation occurs.

Public Methods

Method Description
GetGenericData Gets generic data from the drag and drop operation.