C# Class UnityEditor.TabbedEditor

Inheritance: Editor
显示文件 Open project: CarlosHBC/UnityDecompiled

Protected Properties

Property Type Description
m_SubEditorNames string[]
m_SubEditorTypes Type[]

Public Methods

Method Description
HasPreviewGUI ( ) : bool
OnInspectorGUI ( ) : void
OnInteractivePreviewGUI ( Rect r, GUIStyle background ) : void
OnPreviewSettings ( ) : void

Protected Methods

Method Description
TabbedEditor ( ) : System

Private Methods

Method Description
OnDestroy ( ) : void
OnEnable ( ) : void

Method Details

HasPreviewGUI() public method

public HasPreviewGUI ( ) : bool
return bool

OnInspectorGUI() public method

public OnInspectorGUI ( ) : void
return void

OnInteractivePreviewGUI() public method

public OnInteractivePreviewGUI ( Rect r, GUIStyle background ) : void
r UnityEngine.Rect
background UnityEngine.GUIStyle
return void

OnPreviewSettings() public method

public OnPreviewSettings ( ) : void
return void

TabbedEditor() protected method

protected TabbedEditor ( ) : System
return System

Property Details

m_SubEditorNames protected_oe property

protected string[] m_SubEditorNames
return string[]

m_SubEditorTypes protected_oe property

protected Type[] m_SubEditorTypes
return Type[]