C# 클래스 UnityEditor.IMGUI.Controls.TreeViewItemExpansionAnimator

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

Private Properties

프로퍼티 타입 설명
BeginClip void
DebugItemName string
EndClip void
GetCurrentClippingRect UnityEngine.Rect

공개 메소드들

메소드 설명
BeginAnimating ( UnityEditor.TreeViewAnimationInput setup ) : void
CullRow ( int row, ITreeViewGUI gui ) : bool
IsAnimating ( int itemID ) : bool
OnAfterAllRowsGUI ( ) : void
OnBeforeAllRowsGUI ( ) : void
OnBeginRowGUI ( int row, Rect rowRect ) : Rect
OnEndRowGUI ( int row ) : void
OnRowGUI ( int row ) : void

비공개 메소드들

메소드 설명
BeginClip ( ) : void
DebugItemName ( int row ) : string
EndClip ( ) : void
GetCurrentClippingRect ( ) : Rect

메소드 상세

BeginAnimating() 공개 메소드

public BeginAnimating ( UnityEditor.TreeViewAnimationInput setup ) : void
setup UnityEditor.TreeViewAnimationInput
리턴 void

CullRow() 공개 메소드

public CullRow ( int row, ITreeViewGUI gui ) : bool
row int
gui ITreeViewGUI
리턴 bool

IsAnimating() 공개 메소드

public IsAnimating ( int itemID ) : bool
itemID int
리턴 bool

OnAfterAllRowsGUI() 공개 메소드

public OnAfterAllRowsGUI ( ) : void
리턴 void

OnBeforeAllRowsGUI() 공개 메소드

public OnBeforeAllRowsGUI ( ) : void
리턴 void

OnBeginRowGUI() 공개 메소드

public OnBeginRowGUI ( int row, Rect rowRect ) : Rect
row int
rowRect UnityEngine.Rect
리턴 UnityEngine.Rect

OnEndRowGUI() 공개 메소드

public OnEndRowGUI ( int row ) : void
row int
리턴 void

OnRowGUI() 공개 메소드

public OnRowGUI ( int row ) : void
row int
리턴 void