Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

TreeView.CanStartDragArgs.draggedItemIDs

public IList<int> draggedItemIDs;

Description

The multi-selection about to be dragged.

If the user is about to drag a multi-selection this is the entire list of TreeViewItem.id that are about to be dragged, including the ::draggedItem.

Additional resources: FindRows.