C# Class UnityEditor.IMGUI.Controls.TreeViewItemExpansionAnimator

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Private Properties

Свойство Type Description
BeginClip void
DebugItemName string
EndClip void
GetCurrentClippingRect UnityEngine.Rect

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
BeginClip ( ) : void
DebugItemName ( int row ) : string
EndClip ( ) : void
GetCurrentClippingRect ( ) : Rect

Method Details

BeginAnimating() public méthode

public BeginAnimating ( UnityEditor.TreeViewAnimationInput setup ) : void
setup UnityEditor.TreeViewAnimationInput
Résultat void

CullRow() public méthode

public CullRow ( int row, ITreeViewGUI gui ) : bool
row int
gui ITreeViewGUI
Résultat bool

IsAnimating() public méthode

public IsAnimating ( int itemID ) : bool
itemID int
Résultat bool

OnAfterAllRowsGUI() public méthode

public OnAfterAllRowsGUI ( ) : void
Résultat void

OnBeforeAllRowsGUI() public méthode

public OnBeforeAllRowsGUI ( ) : void
Résultat void

OnBeginRowGUI() public méthode

public OnBeginRowGUI ( int row, Rect rowRect ) : Rect
row int
rowRect UnityEngine.Rect
Résultat UnityEngine.Rect

OnEndRowGUI() public méthode

public OnEndRowGUI ( int row ) : void
row int
Résultat void

OnRowGUI() public méthode

public OnRowGUI ( int row ) : void
row int
Résultat void