C# 클래스 UnityEditor.BaseInspectView

상속: IBaseInspectView
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_GuiViewDebuggerWindow GUIViewDebuggerWindow
m_InstructionDetailStacktraceSplitter SplitterState
m_InstructionDetailsScrollPos Vector2

Private Properties

프로퍼티 타입 설명
DoDrawSelectedInstructionDetails void
GetInstructionListName string
OnDoubleClickInstruction void
OnSelectedInstructionChanged void

공개 메소드들

메소드 설명
BaseInspectView ( GUIViewDebuggerWindow guiViewDebuggerWindow ) : System
DrawInstructionList ( ) : void
DrawSelectedInstructionDetails ( ) : void
SelectRow ( int index ) : void
ShowOverlay ( ) : void
Unselect ( ) : void
UpdateInstructions ( ) : void

보호된 메소드들

메소드 설명
DoDrawInstruction ( ListViewElement el, int controlId ) : void
DoDrawNothingSelected ( ) : void
DrawInspectedRect ( Rect instructionRect ) : void
DrawInspectedStacktrace ( ) : void
DrawStackFrameList ( StackFrame stackframes ) : void
GetInstructionCount ( ) : int
HasSelectedinstruction ( ) : bool

비공개 메소드들

메소드 설명
DoDrawSelectedInstructionDetails ( int index ) : void
GetInstructionListName ( int index ) : string
OnDoubleClickInstruction ( int index ) : void
OnSelectedInstructionChanged ( int newSelectionIndex ) : void

메소드 상세

BaseInspectView() 공개 메소드

public BaseInspectView ( GUIViewDebuggerWindow guiViewDebuggerWindow ) : System
guiViewDebuggerWindow GUIViewDebuggerWindow
리턴 System

DoDrawInstruction() 보호된 추상적인 메소드

protected abstract DoDrawInstruction ( ListViewElement el, int controlId ) : void
el ListViewElement
controlId int
리턴 void

DoDrawNothingSelected() 보호된 메소드

protected DoDrawNothingSelected ( ) : void
리턴 void

DrawInspectedRect() 보호된 메소드

protected DrawInspectedRect ( Rect instructionRect ) : void
instructionRect UnityEngine.Rect
리턴 void

DrawInspectedStacktrace() 보호된 추상적인 메소드

protected abstract DrawInspectedStacktrace ( ) : void
리턴 void

DrawInstructionList() 공개 메소드

public DrawInstructionList ( ) : void
리턴 void

DrawSelectedInstructionDetails() 공개 메소드

public DrawSelectedInstructionDetails ( ) : void
리턴 void

DrawStackFrameList() 보호된 메소드

protected DrawStackFrameList ( StackFrame stackframes ) : void
stackframes StackFrame
리턴 void

GetInstructionCount() 보호된 추상적인 메소드

protected abstract GetInstructionCount ( ) : int
리턴 int

HasSelectedinstruction() 보호된 메소드

protected HasSelectedinstruction ( ) : bool
리턴 bool

SelectRow() 공개 메소드

public SelectRow ( int index ) : void
index int
리턴 void

ShowOverlay() 공개 추상적인 메소드

public abstract ShowOverlay ( ) : void
리턴 void

Unselect() 공개 메소드

public Unselect ( ) : void
리턴 void

UpdateInstructions() 공개 추상적인 메소드

public abstract UpdateInstructions ( ) : void
리턴 void

프로퍼티 상세

m_GuiViewDebuggerWindow 보호되어 있는 프로퍼티

protected GUIViewDebuggerWindow,UnityEditor m_GuiViewDebuggerWindow
리턴 GUIViewDebuggerWindow

m_InstructionDetailStacktraceSplitter 보호되어 있는 프로퍼티

protected SplitterState,UnityEditor m_InstructionDetailStacktraceSplitter
리턴 SplitterState

m_InstructionDetailsScrollPos 보호되어 있는 프로퍼티

protected Vector2 m_InstructionDetailsScrollPos
리턴 Vector2