메소드 | 설명 | |
---|---|---|
CalculateRowRects ( ) : void | ||
GetFirstAndLastRowVisible ( List |
||
GetHeightOfLastRow ( ) : float | ||
GetNumRowsOnPageUpDown ( TreeViewItem fromItem, bool pageUp, float heightOfTreeView ) : int | ||
GetTopPixelOfRow ( int row, List |
||
GetTotalSize ( List |
||
GroupTreeViewGUI ( UnityEditor.TreeView treeView ) : mscorlib | ||
OnRowGUI ( TreeViewItem item, int row, float rowWidth, bool selected, bool focused ) : |
메소드 | 설명 | |
---|---|---|
GetIconForNode ( TreeViewItem item ) : |
||
RenameEnded ( ) : void | ||
SyncFakeItem ( ) : void |
메소드 | 설명 | |
---|---|---|
IsController ( TreeViewItem item ) : bool |
public GetFirstAndLastRowVisible ( List |
||
rows | List |
|
topPixel | float | |
heightInPixels | float | |
firstRowVisible | int | |
lastRowVisible | int | |
리턴 | void |
protected GetIconForNode ( TreeViewItem item ) : |
||
item | TreeViewItem | |
리턴 |
public GetNumRowsOnPageUpDown ( TreeViewItem fromItem, bool pageUp, float heightOfTreeView ) : int | ||
fromItem | TreeViewItem | |
pageUp | bool | |
heightOfTreeView | float | |
리턴 | int |
public GetTopPixelOfRow ( int row, List |
||
row | int | |
rows | List |
|
리턴 | float |
public GroupTreeViewGUI ( UnityEditor.TreeView treeView ) : mscorlib | ||
treeView | UnityEditor.TreeView | |
리턴 | mscorlib |
public OnRowGUI ( TreeViewItem item, int row, float rowWidth, bool selected, bool focused ) : |
||
item | TreeViewItem | |
row | int | |
rowWidth | float | |
selected | bool | |
focused | bool | |
리턴 |