C# Class UnityEditor.ProjectBrowserColumnOneTreeViewGUI

Inheritance: AssetsTreeViewGUI
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
GetFirstAndLastRowVisible ( int &firstRowVisible, int &lastRowVisible ) : void
GetListAreaGridSize ( ) : float
GetNumRowsOnPageUpDown ( TreeViewItem fromItem, bool pageUp, float heightOfTreeView ) : int
GetRowRect ( int row, float rowWidth ) : Rect
GetTotalSize ( ) : Vector2
OnRowGUI ( Rect rowRect, TreeViewItem item, int row, bool selected, bool focused ) : void
ProjectBrowserColumnOneTreeViewGUI ( TreeViewController treeView ) : System

Méthodes protégées

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

Private Methods

Méthode Description
BeginCreateSavedFilter ( SearchFilter filter ) : void
GetTopPixelOfRow ( int row, IList rows ) : float
IsVisibleRootNode ( TreeViewItem item ) : bool

Method Details

GetFirstAndLastRowVisible() public méthode

public GetFirstAndLastRowVisible ( int &firstRowVisible, int &lastRowVisible ) : void
firstRowVisible int
lastRowVisible int
Résultat void

GetIconForItem() protected méthode

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

GetListAreaGridSize() public static méthode

public static GetListAreaGridSize ( ) : float
Résultat float

GetNumRowsOnPageUpDown() public méthode

public GetNumRowsOnPageUpDown ( TreeViewItem fromItem, bool pageUp, float heightOfTreeView ) : int
fromItem TreeViewItem
pageUp bool
heightOfTreeView float
Résultat int

GetRowRect() public méthode

public GetRowRect ( int row, float rowWidth ) : Rect
row int
rowWidth float
Résultat UnityEngine.Rect

GetTotalSize() public méthode

public GetTotalSize ( ) : Vector2
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

ProjectBrowserColumnOneTreeViewGUI() public méthode

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

RenameEnded() protected méthode

protected RenameEnded ( ) : void
Résultat void