C# Class UnityEditor.TreeViewDragging

Inheritance: ITreeViewDragging
Afficher le fichier Open project: randomize/VimConfig Class Usage Examples

Protected Properties

Свойство Type Description
m_DropData DropData
m_TreeView UnityEditor.TreeView

Méthodes publiques

Méthode Description
DoDrag ( TreeViewItem parentItem, TreeViewItem targetItem, bool perform, DropPosition dropPosition ) : DragAndDropVisualMode
DragCleanup ( bool revertExpanded ) : void
DragElement ( TreeViewItem targetItem, Rect targetItemRect, bool firstItem ) : bool
GetCurrentExpanded ( ) : List
TreeViewDragging ( UnityEditor.TreeView treeView ) : System

Private Methods

Méthode Description
FinalizeDragPerformed ( bool revertExpanded ) : void

Method Details

DoDrag() public abstract méthode

public abstract DoDrag ( TreeViewItem parentItem, TreeViewItem targetItem, bool perform, DropPosition dropPosition ) : DragAndDropVisualMode
parentItem TreeViewItem
targetItem TreeViewItem
perform bool
dropPosition DropPosition
Résultat DragAndDropVisualMode

DragCleanup() public méthode

public DragCleanup ( bool revertExpanded ) : void
revertExpanded bool
Résultat void

DragElement() public méthode

public DragElement ( TreeViewItem targetItem, Rect targetItemRect, bool firstItem ) : bool
targetItem TreeViewItem
targetItemRect UnityEngine.Rect
firstItem bool
Résultat bool

GetCurrentExpanded() public méthode

public GetCurrentExpanded ( ) : List
Résultat List

TreeViewDragging() public méthode

public TreeViewDragging ( UnityEditor.TreeView treeView ) : System
treeView UnityEditor.TreeView
Résultat System

Property Details

m_DropData protected_oe property

protected DropData m_DropData
Résultat DropData

m_TreeView protected_oe property

protected TreeView,UnityEditor m_TreeView
Résultat UnityEditor.TreeView