C# 클래스 UnityEditor.TreeViewExamples.TestGUI

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
TestGUI ( TreeViewController treeView ) : System

보호된 메소드들

메소드 설명
GetIconForItem ( TreeViewItem item ) : Texture
OnContentGUI ( Rect rect, int row, TreeViewItem item, string label, bool selected, bool focused, bool useBoldFont, bool isPinging ) : void
RenameEnded ( ) : void
SyncFakeItem ( ) : void

메소드 상세

GetIconForItem() 보호된 메소드

protected GetIconForItem ( TreeViewItem item ) : Texture
item TreeViewItem
리턴 UnityEngine.Texture

OnContentGUI() 보호된 메소드

protected OnContentGUI ( Rect rect, int row, TreeViewItem item, string label, bool selected, bool focused, bool useBoldFont, bool isPinging ) : void
rect UnityEngine.Rect
row int
item TreeViewItem
label string
selected bool
focused bool
useBoldFont bool
isPinging bool
리턴 void

RenameEnded() 보호된 메소드

protected RenameEnded ( ) : void
리턴 void

SyncFakeItem() 보호된 메소드

protected SyncFakeItem ( ) : void
리턴 void

TestGUI() 공개 메소드

public TestGUI ( TreeViewController treeView ) : System
treeView TreeViewController
리턴 System