C# Class UnityEditor.TreeViewForAudioMixerGroup.GroupTreeViewGUI

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

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
IsController ( TreeViewItem item ) : bool

Method Details

CalculateRowRects() public méthode

public CalculateRowRects ( ) : void
Résultat void

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

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

GroupTreeViewGUI() public méthode

public GroupTreeViewGUI ( TreeViewController treeView ) : mscorlib
treeView TreeViewController
Résultat mscorlib

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

RenameEnded() protected méthode

protected RenameEnded ( ) : void
Résultat void

SyncFakeItem() protected méthode

protected SyncFakeItem ( ) : void
Résultat void