C# Class UnityEditor.TreeViewExamples.TestGUICustomItemHeights

Inheritance: UnityEditor.TreeViewGUIWithCustomItemsHeights
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Protected Properties

Свойство Type Description
m_DraggingInsertionMarkerRect UnityEngine.Rect

Méthodes publiques

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

Méthodes protégées

Méthode Description
GetSizeOfRow ( TreeViewItem item ) : Vector2

Method Details

BeginRowGUI() public méthode

public BeginRowGUI ( ) : void
Résultat void

EndRowGUI() public méthode

public EndRowGUI ( ) : void
Résultat void

GetSizeOfRow() protected méthode

protected GetSizeOfRow ( TreeViewItem item ) : Vector2
item TreeViewItem
Résultat Vector2

OnRowGUI() public méthode

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

TestGUICustomItemHeights() public méthode

public TestGUICustomItemHeights ( TreeViewController treeView ) : System
treeView TreeViewController
Résultat System

Property Details

m_DraggingInsertionMarkerRect protected_oe property

protected Rect,UnityEngine m_DraggingInsertionMarkerRect
Résultat UnityEngine.Rect