C# Class UnityEditor.UnifiedInspectView

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
DoDrawInstruction ( ListViewElement el, int controlId ) : void
DrawInspectedStacktrace ( ) : void
GetInspectViewForType ( InstructionType type ) : BaseInspectView
GetInstructionCount ( ) : int

Private Methods

Méthode Description
DoDrawSelectedInstructionDetails ( int index ) : void
GetInstructionListName ( int index ) : string
OnDoubleClickInstruction ( int index ) : void
OnSelectedInstructionChanged ( int index ) : void

Method Details

DoDrawInstruction() protected méthode

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

DrawInspectedStacktrace() protected méthode

protected DrawInspectedStacktrace ( ) : void
Résultat void

GetInspectViewForType() protected méthode

protected GetInspectViewForType ( InstructionType type ) : BaseInspectView
type InstructionType
Résultat BaseInspectView

GetInstructionCount() protected méthode

protected GetInstructionCount ( ) : int
Résultat int

ShowOverlay() public méthode

public ShowOverlay ( ) : void
Résultat void

UnifiedInspectView() public méthode

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

UpdateInstructions() public méthode

public UpdateInstructions ( ) : void
Résultat void