C# Class UnityEditor.GUIViewDebuggerWindow

Inheritance: EditorWindow
显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
m_Inspected GUIView
s_Styles Styles

Public Methods

Method Description
GUIViewDebuggerWindow ( ) : System
HighlightInstruction ( GUIView view, Rect instructionRect, GUIStyle style ) : void

Private Methods

Method Description
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

Method Details

GUIViewDebuggerWindow() public method

public GUIViewDebuggerWindow ( ) : System
return System

HighlightInstruction() public method

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

Property Details

m_Inspected public_oe property

public GUIView m_Inspected
return GUIView

s_Styles public_oe static_oe property

public static Styles s_Styles
return Styles