C# Класс UnityEditor.StyleDrawInspectView

Наследование: BaseInspectView
Показать файл Открыть проект

Открытые методы

Метод Описание
GetSelectedStyleProperty ( SerializedObject &serializedObject, UnityEditor.SerializedProperty &styleProperty ) : void
ShowOverlay ( ) : void
StyleDrawInspectView ( GUIViewDebuggerWindow guiViewDebuggerWindow ) : System
Unselect ( ) : void
UpdateInstructions ( ) : void

Защищенные методы

Метод Описание
DoDrawInstruction ( ListViewElement el, int id ) : void
DrawInspectedStacktrace ( ) : void
GetInstructionCount ( ) : int
GetInstructionListName ( StackFrame stacktrace ) : string
HasSelectedinstruction ( ) : bool

Приватные методы

Метод Описание
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

Описание методов

DoDrawInstruction() защищенный Метод

protected DoDrawInstruction ( ListViewElement el, int id ) : void
el ListViewElement
id int
Результат void

DrawInspectedStacktrace() защищенный Метод

protected DrawInspectedStacktrace ( ) : void
Результат void

GetInstructionCount() защищенный Метод

protected GetInstructionCount ( ) : int
Результат int

GetInstructionListName() защищенный Метод

protected GetInstructionListName ( StackFrame stacktrace ) : string
stacktrace StackFrame
Результат string

GetSelectedStyleProperty() публичный Метод

public GetSelectedStyleProperty ( SerializedObject &serializedObject, UnityEditor.SerializedProperty &styleProperty ) : void
serializedObject SerializedObject
styleProperty UnityEditor.SerializedProperty
Результат void

HasSelectedinstruction() защищенный Метод

protected HasSelectedinstruction ( ) : bool
Результат bool

ShowOverlay() публичный Метод

public ShowOverlay ( ) : void
Результат void

StyleDrawInspectView() публичный Метод

public StyleDrawInspectView ( GUIViewDebuggerWindow guiViewDebuggerWindow ) : System
guiViewDebuggerWindow GUIViewDebuggerWindow
Результат System

Unselect() публичный Метод

public Unselect ( ) : void
Результат void

UpdateInstructions() публичный Метод

public UpdateInstructions ( ) : void
Результат void