C# Class UnityEditor.BaseInspectView

Inheritance: IBaseInspectView
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Protected Properties

Свойство Type Description
m_GuiViewDebuggerWindow GUIViewDebuggerWindow
m_InstructionDetailStacktraceSplitter SplitterState
m_InstructionDetailsScrollPos Vector2

Private Properties

Свойство Type Description
DoDrawSelectedInstructionDetails void
GetInstructionListName string
OnDoubleClickInstruction void
OnSelectedInstructionChanged void

Méthodes publiques

Méthode Description
BaseInspectView ( GUIViewDebuggerWindow guiViewDebuggerWindow ) : System
DrawInstructionList ( ) : void
DrawSelectedInstructionDetails ( ) : void
SelectRow ( int index ) : void
ShowOverlay ( ) : void
Unselect ( ) : void
UpdateInstructions ( ) : void

Méthodes protégées

Méthode Description
DoDrawInstruction ( ListViewElement el, int controlId ) : void
DoDrawNothingSelected ( ) : void
DrawInspectedRect ( Rect instructionRect ) : void
DrawInspectedStacktrace ( ) : void
DrawStackFrameList ( StackFrame stackframes ) : void
GetInstructionCount ( ) : int
HasSelectedinstruction ( ) : bool

Private Methods

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

Method Details

BaseInspectView() public méthode

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

DoDrawInstruction() protected abstract méthode

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

DoDrawNothingSelected() protected méthode

protected DoDrawNothingSelected ( ) : void
Résultat void

DrawInspectedRect() protected méthode

protected DrawInspectedRect ( Rect instructionRect ) : void
instructionRect UnityEngine.Rect
Résultat void

DrawInspectedStacktrace() protected abstract méthode

protected abstract DrawInspectedStacktrace ( ) : void
Résultat void

DrawInstructionList() public méthode

public DrawInstructionList ( ) : void
Résultat void

DrawSelectedInstructionDetails() public méthode

public DrawSelectedInstructionDetails ( ) : void
Résultat void

DrawStackFrameList() protected méthode

protected DrawStackFrameList ( StackFrame stackframes ) : void
stackframes StackFrame
Résultat void

GetInstructionCount() protected abstract méthode

protected abstract GetInstructionCount ( ) : int
Résultat int

HasSelectedinstruction() protected méthode

protected HasSelectedinstruction ( ) : bool
Résultat bool

SelectRow() public méthode

public SelectRow ( int index ) : void
index int
Résultat void

ShowOverlay() public abstract méthode

public abstract ShowOverlay ( ) : void
Résultat void

Unselect() public méthode

public Unselect ( ) : void
Résultat void

UpdateInstructions() public abstract méthode

public abstract UpdateInstructions ( ) : void
Résultat void

Property Details

m_GuiViewDebuggerWindow protected_oe property

protected GUIViewDebuggerWindow,UnityEditor m_GuiViewDebuggerWindow
Résultat GUIViewDebuggerWindow

m_InstructionDetailStacktraceSplitter protected_oe property

protected SplitterState,UnityEditor m_InstructionDetailStacktraceSplitter
Résultat SplitterState

m_InstructionDetailsScrollPos protected_oe property

protected Vector2 m_InstructionDetailsScrollPos
Résultat Vector2