C# Class UnityEditor.UnifiedInspectView

Inheritance: BaseInspectView
显示文件 Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
ShowOverlay ( ) : void
UnifiedInspectView ( GUIViewDebuggerWindow guiViewDebuggerWindow ) : System
UpdateInstructions ( ) : void

Protected Methods

Method Description
DoDrawInstruction ( ListViewElement el, int controlId ) : void
DrawInspectedStacktrace ( ) : void
GetInspectViewForType ( InstructionType type ) : BaseInspectView
GetInstructionCount ( ) : int

Private Methods

Method Description
DoDrawSelectedInstructionDetails ( int index ) : void
GetInstructionListName ( int index ) : string
OnDoubleClickInstruction ( int index ) : void
OnSelectedInstructionChanged ( int index ) : void

Method Details

DoDrawInstruction() protected method

protected DoDrawInstruction ( ListViewElement el, int controlId ) : void
el ListViewElement
controlId int
return void

DrawInspectedStacktrace() protected method

protected DrawInspectedStacktrace ( ) : void
return void

GetInspectViewForType() protected method

protected GetInspectViewForType ( InstructionType type ) : BaseInspectView
type InstructionType
return BaseInspectView

GetInstructionCount() protected method

protected GetInstructionCount ( ) : int
return int

ShowOverlay() public method

public ShowOverlay ( ) : void
return void

UnifiedInspectView() public method

public UnifiedInspectView ( GUIViewDebuggerWindow guiViewDebuggerWindow ) : System
guiViewDebuggerWindow GUIViewDebuggerWindow
return System

UpdateInstructions() public method

public UpdateInstructions ( ) : void
return void