C# 클래스 UnityEditor.StyleDrawInspectView

상속: BaseInspectView
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled

공개 메소드들

메소드 설명
GetSelectedStyleProperty ( SerializedObject &serializedObject, UnityEditor.SerializedProperty &styleProperty ) : void
ShowOverlay ( ) : void
StyleDrawInspectView ( GUIViewDebuggerWindow guiViewDebuggerWindow ) : System
Unselect ( ) : void
UpdateInstructions ( ) : void

보호된 메소드들

메소드 설명
DoDrawInstruction ( ListViewElement el, int id ) : void
DrawInspectedStacktrace ( ) : void
GetInstructionCount ( ) : int
GetInstructionListName ( StackFrame stacktrace ) : string
HasSelectedinstruction ( ) : bool

비공개 메소드들

메소드 설명
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

메소드 상세

DoDrawInstruction() 보호된 메소드

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

DrawInspectedStacktrace() 보호된 메소드

protected DrawInspectedStacktrace ( ) : void
리턴 void

GetInstructionCount() 보호된 메소드

protected GetInstructionCount ( ) : int
리턴 int

GetInstructionListName() 보호된 메소드

protected GetInstructionListName ( StackFrame stacktrace ) : string
stacktrace StackFrame
리턴 string

GetSelectedStyleProperty() 공개 메소드

public GetSelectedStyleProperty ( SerializedObject &serializedObject, UnityEditor.SerializedProperty &styleProperty ) : void
serializedObject SerializedObject
styleProperty UnityEditor.SerializedProperty
리턴 void

HasSelectedinstruction() 보호된 메소드

protected HasSelectedinstruction ( ) : bool
리턴 bool

ShowOverlay() 공개 메소드

public ShowOverlay ( ) : void
리턴 void

StyleDrawInspectView() 공개 메소드

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

Unselect() 공개 메소드

public Unselect ( ) : void
리턴 void

UpdateInstructions() 공개 메소드

public UpdateInstructions ( ) : void
리턴 void