C# Class UnityEditor.GUILayoutInspectView

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

Public Methods

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

Protected Methods

Method Description
DoDrawInstruction ( ListViewElement el, int id ) : void
DrawInspectedStacktrace ( ) : void
GetInstructionCount ( ) : int

Private Methods

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

Method Details

DoDrawInstruction() protected method

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

DrawInspectedStacktrace() protected method

protected DrawInspectedStacktrace ( ) : void
return void

GUILayoutInspectView() public method

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

GetInstructionCount() protected method

protected GetInstructionCount ( ) : int
return int

ShowOverlay() public method

public ShowOverlay ( ) : void
return void

UpdateInstructions() public method

public UpdateInstructions ( ) : void
return void