C# Class UnityEditor.TreeViewExamples.TestGUI

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
TestGUI ( TreeViewController treeView ) : System

Méthodes protégées

Méthode Description
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

Method Details

GetIconForItem() protected méthode

protected GetIconForItem ( TreeViewItem item ) : Texture
item TreeViewItem
Résultat UnityEngine.Texture

OnContentGUI() protected méthode

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
Résultat void

RenameEnded() protected méthode

protected RenameEnded ( ) : void
Résultat void

SyncFakeItem() protected méthode

protected SyncFakeItem ( ) : void
Résultat void

TestGUI() public méthode

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