C# Class UnityEditorInternal.AnimationWindowHierarchyState

Inheritance: UnityEditor.IMGUI.Controls.TreeViewState
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
AddTallInstance ( int id ) : void
GetTallInstancesCount ( ) : int
GetTallMode ( UnityEditorInternal.AnimationWindowHierarchyNode node ) : bool
SetTallMode ( UnityEditorInternal.AnimationWindowHierarchyNode node, bool tallMode ) : void

Method Details

AddTallInstance() public méthode

public AddTallInstance ( int id ) : void
id int
Résultat void

GetTallInstancesCount() public méthode

public GetTallInstancesCount ( ) : int
Résultat int

GetTallMode() public méthode

public GetTallMode ( UnityEditorInternal.AnimationWindowHierarchyNode node ) : bool
node UnityEditorInternal.AnimationWindowHierarchyNode
Résultat bool

SetTallMode() public méthode

public SetTallMode ( UnityEditorInternal.AnimationWindowHierarchyNode node, bool tallMode ) : void
node UnityEditorInternal.AnimationWindowHierarchyNode
tallMode bool
Résultat void