C# 클래스 UnityEditor.TreeViewExamples.TestGUICustomItemHeights

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

보호된 프로퍼티들

프로퍼티 타입 설명
m_DraggingInsertionMarkerRect UnityEngine.Rect

공개 메소드들

메소드 설명
BeginRowGUI ( ) : void
EndRowGUI ( ) : void
OnRowGUI ( Rect rowRect, TreeViewItem item, int row, bool selected, bool focused ) : void
TestGUICustomItemHeights ( TreeViewController treeView ) : System

보호된 메소드들

메소드 설명
GetSizeOfRow ( TreeViewItem item ) : Vector2

메소드 상세

BeginRowGUI() 공개 메소드

public BeginRowGUI ( ) : void
리턴 void

EndRowGUI() 공개 메소드

public EndRowGUI ( ) : void
리턴 void

GetSizeOfRow() 보호된 메소드

protected GetSizeOfRow ( TreeViewItem item ) : Vector2
item TreeViewItem
리턴 Vector2

OnRowGUI() 공개 메소드

public OnRowGUI ( Rect rowRect, TreeViewItem item, int row, bool selected, bool focused ) : void
rowRect UnityEngine.Rect
item TreeViewItem
row int
selected bool
focused bool
리턴 void

TestGUICustomItemHeights() 공개 메소드

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

프로퍼티 상세

m_DraggingInsertionMarkerRect 보호되어 있는 프로퍼티

protected Rect,UnityEngine m_DraggingInsertionMarkerRect
리턴 UnityEngine.Rect