C# Class UnityEditor.StyleDrawInspectView

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

Public Methods

Method Description
GetSelectedStyleProperty ( SerializedObject &serializedObject, UnityEditor.SerializedProperty &styleProperty ) : void
ShowOverlay ( ) : void
StyleDrawInspectView ( GUIViewDebuggerWindow guiViewDebuggerWindow ) : System
Unselect ( ) : void
UpdateInstructions ( ) : void

Protected Methods

Method Description
DoDrawInstruction ( ListViewElement el, int id ) : void
DrawInspectedStacktrace ( ) : void
GetInstructionCount ( ) : int
GetInstructionListName ( StackFrame stacktrace ) : string
HasSelectedinstruction ( ) : bool

Private Methods

Method Description
DoDrawSelectedInstructionDetails ( int index ) : void
DrawInspectedGUIContent ( ) : void
DrawInspectedStyle ( ) : void
GetInstructionListName ( int index ) : string
GetInterestingFrameIndex ( StackFrame stacktrace ) : int
OnDoubleClickInstruction ( int index ) : void
OnSelectedInstructionChanged ( int index ) : void
ShowInstructionInExternalEditor ( StackFrame frames ) : 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

GetInstructionCount() protected method

protected GetInstructionCount ( ) : int
return int

GetInstructionListName() protected method

protected GetInstructionListName ( StackFrame stacktrace ) : string
stacktrace StackFrame
return string

GetSelectedStyleProperty() public method

public GetSelectedStyleProperty ( SerializedObject &serializedObject, UnityEditor.SerializedProperty &styleProperty ) : void
serializedObject SerializedObject
styleProperty UnityEditor.SerializedProperty
return void

HasSelectedinstruction() protected method

protected HasSelectedinstruction ( ) : bool
return bool

ShowOverlay() public method

public ShowOverlay ( ) : void
return void

StyleDrawInspectView() public method

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

Unselect() public method

public Unselect ( ) : void
return void

UpdateInstructions() public method

public UpdateInstructions ( ) : void
return void