프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BeginClip | void | ||
DebugItemName | string | ||
EndClip | void | ||
GetCurrentClippingRect |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
BeginClip ( ) : void | ||
DebugItemName ( int row ) : string | ||
EndClip ( ) : void | ||
GetCurrentClippingRect ( ) : |
public BeginAnimating ( UnityEditor.TreeViewAnimationInput setup ) : void | ||
setup | UnityEditor.TreeViewAnimationInput | |
리턴 | void |
public CullRow ( int row, ITreeViewGUI gui ) : bool | ||
row | int | |
gui | ITreeViewGUI | |
리턴 | bool |
public OnBeginRowGUI ( int row, |
||
row | int | |
rowRect | ||
리턴 |