C# 클래스 UnityEditor.GUILayoutInspectView

상속: BaseInspectView
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled

공개 메소드들

메소드 설명
GUILayoutInspectView ( GUIViewDebuggerWindow guiViewDebuggerWindow ) : System
ShowOverlay ( ) : void
UpdateInstructions ( ) : void

보호된 메소드들

메소드 설명
DoDrawInstruction ( ListViewElement el, int id ) : void
DrawInspectedStacktrace ( ) : void
GetInstructionCount ( ) : int

비공개 메소드들

메소드 설명
DoDrawSelectedInstructionDetails ( int index ) : void
GetInstructionListName ( int index ) : string
GetInterestingFrameIndex ( StackFrame stacktrace ) : int
OnDoubleClickInstruction ( int index ) : void
OnSelectedInstructionChanged ( int index ) : void

메소드 상세

DoDrawInstruction() 보호된 메소드

protected DoDrawInstruction ( ListViewElement el, int id ) : void
el ListViewElement
id int
리턴 void

DrawInspectedStacktrace() 보호된 메소드

protected DrawInspectedStacktrace ( ) : void
리턴 void

GUILayoutInspectView() 공개 메소드

public GUILayoutInspectView ( GUIViewDebuggerWindow guiViewDebuggerWindow ) : System
guiViewDebuggerWindow GUIViewDebuggerWindow
리턴 System

GetInstructionCount() 보호된 메소드

protected GetInstructionCount ( ) : int
리턴 int

ShowOverlay() 공개 메소드

public ShowOverlay ( ) : void
리턴 void

UpdateInstructions() 공개 메소드

public UpdateInstructions ( ) : void
리턴 void