C# 클래스 UnityEditor.SketchUpDataSource

상속: TreeViewDataSource
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
CanBeParent ( TreeViewItem item ) : bool
FetchData ( ) : void
FetchEnableNodes ( ) : int[]
IsRenamingItemAllowed ( TreeViewItem item ) : bool
SketchUpDataSource ( TreeViewController treeView, SketchUpNodeInfo nodes ) : System

비공개 메소드들

메소드 설명
InternalFetchEnableNodes ( SketchUpNode node, List enable ) : void

메소드 상세

CanBeParent() 공개 메소드

public CanBeParent ( TreeViewItem item ) : bool
item TreeViewItem
리턴 bool

FetchData() 공개 메소드

public FetchData ( ) : void
리턴 void

FetchEnableNodes() 공개 메소드

public FetchEnableNodes ( ) : int[]
리턴 int[]

IsRenamingItemAllowed() 공개 메소드

public IsRenamingItemAllowed ( TreeViewItem item ) : bool
item TreeViewItem
리턴 bool

SketchUpDataSource() 공개 메소드

public SketchUpDataSource ( TreeViewController treeView, SketchUpNodeInfo nodes ) : System
treeView TreeViewController
nodes SketchUpNodeInfo
리턴 System