C# Class UnityEditor.TreeViewExamples.TestGUICustomItemHeights

Inheritance: UnityEditor.TreeViewGUIWithCustomItemsHeights
Datei anzeigen Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Protected Properties

Property Type Description
m_DraggingInsertionMarkerRect UnityEngine.Rect

Public Methods

Method Description
BeginRowGUI ( ) : void
EndRowGUI ( ) : void
OnRowGUI ( Rect rowRect, TreeViewItem item, int row, bool selected, bool focused ) : void
TestGUICustomItemHeights ( TreeViewController treeView ) : System

Protected Methods

Method Description
GetSizeOfRow ( TreeViewItem item ) : Vector2

Method Details

BeginRowGUI() public method

public BeginRowGUI ( ) : void
return void

EndRowGUI() public method

public EndRowGUI ( ) : void
return void

GetSizeOfRow() protected method

protected GetSizeOfRow ( TreeViewItem item ) : Vector2
item TreeViewItem
return Vector2

OnRowGUI() public method

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

TestGUICustomItemHeights() public method

public TestGUICustomItemHeights ( TreeViewController treeView ) : System
treeView TreeViewController
return System

Property Details

m_DraggingInsertionMarkerRect protected_oe property

protected Rect,UnityEngine m_DraggingInsertionMarkerRect
return UnityEngine.Rect