C# 클래스 UnityEditor.UnifiedInspectView

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

공개 메소드들

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

보호된 메소드들

메소드 설명
DoDrawInstruction ( ListViewElement el, int controlId ) : void
DrawInspectedStacktrace ( ) : void
GetInspectViewForType ( InstructionType type ) : BaseInspectView
GetInstructionCount ( ) : int

비공개 메소드들

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

메소드 상세

DoDrawInstruction() 보호된 메소드

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

DrawInspectedStacktrace() 보호된 메소드

protected DrawInspectedStacktrace ( ) : void
리턴 void

GetInspectViewForType() 보호된 메소드

protected GetInspectViewForType ( InstructionType type ) : BaseInspectView
type InstructionType
리턴 BaseInspectView

GetInstructionCount() 보호된 메소드

protected GetInstructionCount ( ) : int
리턴 int

ShowOverlay() 공개 메소드

public ShowOverlay ( ) : void
리턴 void

UnifiedInspectView() 공개 메소드

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

UpdateInstructions() 공개 메소드

public UpdateInstructions ( ) : void
리턴 void