C# Class UnityEditor.StyleDrawInspectView

Inheritance: BaseInspectView
Afficher le fichier Open project: CarlosHBC/UnityDecompiled

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode 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 méthode

protected DoDrawInstruction ( ListViewElement el, int id ) : void
el ListViewElement
id int
Résultat void

DrawInspectedStacktrace() protected méthode

protected DrawInspectedStacktrace ( ) : void
Résultat void

GetInstructionCount() protected méthode

protected GetInstructionCount ( ) : int
Résultat int

GetInstructionListName() protected méthode

protected GetInstructionListName ( StackFrame stacktrace ) : string
stacktrace StackFrame
Résultat string

GetSelectedStyleProperty() public méthode

public GetSelectedStyleProperty ( SerializedObject &serializedObject, UnityEditor.SerializedProperty &styleProperty ) : void
serializedObject SerializedObject
styleProperty UnityEditor.SerializedProperty
Résultat void

HasSelectedinstruction() protected méthode

protected HasSelectedinstruction ( ) : bool
Résultat bool

ShowOverlay() public méthode

public ShowOverlay ( ) : void
Résultat void

StyleDrawInspectView() public méthode

public StyleDrawInspectView ( GUIViewDebuggerWindow guiViewDebuggerWindow ) : System
guiViewDebuggerWindow GUIViewDebuggerWindow
Résultat System

Unselect() public méthode

public Unselect ( ) : void
Résultat void

UpdateInstructions() public méthode

public UpdateInstructions ( ) : void
Résultat void