C# 클래스 UnityEditorInternal.AnimationWindowHierarchyState

상속: UnityEditor.IMGUI.Controls.TreeViewState
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
AddTallInstance ( int id ) : void
GetTallInstancesCount ( ) : int
GetTallMode ( UnityEditorInternal.AnimationWindowHierarchyNode node ) : bool
SetTallMode ( UnityEditorInternal.AnimationWindowHierarchyNode node, bool tallMode ) : void

메소드 상세

AddTallInstance() 공개 메소드

public AddTallInstance ( int id ) : void
id int
리턴 void

GetTallInstancesCount() 공개 메소드

public GetTallInstancesCount ( ) : int
리턴 int

GetTallMode() 공개 메소드

public GetTallMode ( UnityEditorInternal.AnimationWindowHierarchyNode node ) : bool
node UnityEditorInternal.AnimationWindowHierarchyNode
리턴 bool

SetTallMode() 공개 메소드

public SetTallMode ( UnityEditorInternal.AnimationWindowHierarchyNode node, bool tallMode ) : void
node UnityEditorInternal.AnimationWindowHierarchyNode
tallMode bool
리턴 void