C# 클래스 UnityEditor.GUIViewDebuggerWindow

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

공개 프로퍼티들

프로퍼티 타입 설명
m_Inspected GUIView
s_Styles Styles

공개 메소드들

메소드 설명
GUIViewDebuggerWindow ( ) : System
HighlightInstruction ( GUIView view, Rect instructionRect, GUIStyle style ) : void

비공개 메소드들

메소드 설명
CanInspectView ( GUIView view ) : bool
DoInspectTypePopup ( ) : void
DoInstructionOverlayToggle ( ) : void
DoToolbar ( ) : void
DoWindowPopup ( ) : void
FindInstructionUnderPoint ( Vector2 point ) : int
GetEditorWindow ( GUIView view ) : EditorWindow
GetViewName ( GUIView view ) : string
Init ( ) : void
InitializeStylesIfNeeded ( ) : void
InspectPoint ( Vector2 point ) : void
InspectPointAt ( Vector2 point ) : void
OnDisable ( ) : void
OnEnable ( ) : void
OnGUI ( ) : void
OnInspectedViewChanged ( ) : void
OnShowOverlayChanged ( ) : void
OnWindowSelected ( object userdata, string options, int selected ) : void
RefreshData ( ) : void
ShowDrawInstructions ( ) : void

메소드 상세

GUIViewDebuggerWindow() 공개 메소드

public GUIViewDebuggerWindow ( ) : System
리턴 System

HighlightInstruction() 공개 메소드

public HighlightInstruction ( GUIView view, Rect instructionRect, GUIStyle style ) : void
view GUIView
instructionRect Rect
style GUIStyle
리턴 void

프로퍼티 상세

m_Inspected 공개적으로 프로퍼티

public GUIView m_Inspected
리턴 GUIView

s_Styles 공개적으로 정적으로 프로퍼티

public static Styles s_Styles
리턴 Styles