C# Class UnityEditor.GUILayoutInspectView

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

Méthodes publiques

Méthode Description
GUILayoutInspectView ( GUIViewDebuggerWindow guiViewDebuggerWindow ) : System
ShowOverlay ( ) : void
UpdateInstructions ( ) : void

Méthodes protégées

Méthode Description
DoDrawInstruction ( ListViewElement el, int id ) : void
DrawInspectedStacktrace ( ) : void
GetInstructionCount ( ) : int

Private Methods

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

GUILayoutInspectView() public méthode

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

GetInstructionCount() protected méthode

protected GetInstructionCount ( ) : int
Résultat int

ShowOverlay() public méthode

public ShowOverlay ( ) : void
Résultat void

UpdateInstructions() public méthode

public UpdateInstructions ( ) : void
Résultat void