C# Class UnityEditor.ProjectBrowserColumnOneTreeViewGUI

Inheritance: AssetsTreeViewGUI
显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
GetIconForItem ( TreeViewItem item ) : Texture
RenameEnded ( ) : void

Private Methods

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

Method Details

GetFirstAndLastRowVisible() public method

public GetFirstAndLastRowVisible ( int &firstRowVisible, int &lastRowVisible ) : void
firstRowVisible int
lastRowVisible int
return void

GetIconForItem() protected method

protected GetIconForItem ( TreeViewItem item ) : Texture
item TreeViewItem
return UnityEngine.Texture

GetListAreaGridSize() public static method

public static GetListAreaGridSize ( ) : float
return float

GetNumRowsOnPageUpDown() public method

public GetNumRowsOnPageUpDown ( TreeViewItem fromItem, bool pageUp, float heightOfTreeView ) : int
fromItem TreeViewItem
pageUp bool
heightOfTreeView float
return int

GetRowRect() public method

public GetRowRect ( int row, float rowWidth ) : Rect
row int
rowWidth float
return UnityEngine.Rect

GetTotalSize() public method

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

ProjectBrowserColumnOneTreeViewGUI() public method

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

RenameEnded() protected method

protected RenameEnded ( ) : void
return void