C# 클래스 UnityEditor.TreeViewDragging

상속: ITreeViewDragging
파일 보기 프로젝트 열기: randomize/VimConfig 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_DropData DropData
m_TreeView UnityEditor.TreeView

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
FinalizeDragPerformed ( bool revertExpanded ) : void

메소드 상세

DoDrag() 공개 추상적인 메소드

public abstract DoDrag ( TreeViewItem parentItem, TreeViewItem targetItem, bool perform, DropPosition dropPosition ) : DragAndDropVisualMode
parentItem TreeViewItem
targetItem TreeViewItem
perform bool
dropPosition DropPosition
리턴 DragAndDropVisualMode

DragCleanup() 공개 메소드

public DragCleanup ( bool revertExpanded ) : void
revertExpanded bool
리턴 void

DragElement() 공개 메소드

public DragElement ( TreeViewItem targetItem, Rect targetItemRect, bool firstItem ) : bool
targetItem TreeViewItem
targetItemRect UnityEngine.Rect
firstItem bool
리턴 bool

GetCurrentExpanded() 공개 메소드

public GetCurrentExpanded ( ) : List
리턴 List

TreeViewDragging() 공개 메소드

public TreeViewDragging ( UnityEditor.TreeView treeView ) : System
treeView UnityEditor.TreeView
리턴 System

프로퍼티 상세

m_DropData 보호되어 있는 프로퍼티

protected DropData m_DropData
리턴 DropData

m_TreeView 보호되어 있는 프로퍼티

protected TreeView,UnityEditor m_TreeView
리턴 UnityEditor.TreeView