Property | Type | Description | |
---|---|---|---|
BeginClip | void | ||
DebugItemName | string | ||
EndClip | void | ||
GetCurrentClippingRect |
Method | Description | |
---|---|---|
BeginAnimating ( UnityEditor.TreeViewAnimationInput setup ) : void | ||
CullRow ( int row, ITreeViewGUI gui ) : bool | ||
IsAnimating ( int itemID ) : bool | ||
OnAfterAllRowsGUI ( ) : void | ||
OnBeforeAllRowsGUI ( ) : void | ||
OnBeginRowGUI ( int row, |
||
OnEndRowGUI ( int row ) : void | ||
OnRowGUI ( int row ) : void |
Method | Description | |
---|---|---|
BeginClip ( ) : void | ||
DebugItemName ( int row ) : string | ||
EndClip ( ) : void | ||
GetCurrentClippingRect ( ) : |
public BeginAnimating ( UnityEditor.TreeViewAnimationInput setup ) : void | ||
setup | UnityEditor.TreeViewAnimationInput | |
return | void |
public CullRow ( int row, ITreeViewGUI gui ) : bool | ||
row | int | |
gui | ITreeViewGUI | |
return | bool |
public OnBeginRowGUI ( int row, |
||
row | int | |
rowRect | ||
return |