C# Class UnityEditor.SketchUpTreeViewGUI

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

Méthodes publiques

Méthode Description
OnRowGUI ( Rect rowRect, TreeViewItem node, int row, bool selected, bool focused ) : void
SketchUpTreeViewGUI ( TreeViewController treeView ) : System

Méthodes protégées

Méthode Description
GetIconForItem ( TreeViewItem item ) : Texture
RenameEnded ( ) : void
SyncFakeItem ( ) : void

Method Details

GetIconForItem() protected méthode

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

OnRowGUI() public méthode

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

RenameEnded() protected méthode

protected RenameEnded ( ) : void
Résultat void

SketchUpTreeViewGUI() public méthode

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

SyncFakeItem() protected méthode

protected SyncFakeItem ( ) : void
Résultat void