C# Class UnityEditor.TabbedEditor

Inheritance: Editor
Afficher le fichier Open project: CarlosHBC/UnityDecompiled

Protected Properties

Свойство Type Description
m_SubEditorNames string[]
m_SubEditorTypes Type[]

Méthodes publiques

Méthode Description
HasPreviewGUI ( ) : bool
OnInspectorGUI ( ) : void
OnInteractivePreviewGUI ( Rect r, GUIStyle background ) : void
OnPreviewSettings ( ) : void

Méthodes protégées

Méthode Description
TabbedEditor ( ) : System

Private Methods

Méthode Description
OnDestroy ( ) : void
OnEnable ( ) : void

Method Details

HasPreviewGUI() public méthode

public HasPreviewGUI ( ) : bool
Résultat bool

OnInspectorGUI() public méthode

public OnInspectorGUI ( ) : void
Résultat void

OnInteractivePreviewGUI() public méthode

public OnInteractivePreviewGUI ( Rect r, GUIStyle background ) : void
r UnityEngine.Rect
background UnityEngine.GUIStyle
Résultat void

OnPreviewSettings() public méthode

public OnPreviewSettings ( ) : void
Résultat void

TabbedEditor() protected méthode

protected TabbedEditor ( ) : System
Résultat System

Property Details

m_SubEditorNames protected_oe property

protected string[] m_SubEditorNames
Résultat string[]

m_SubEditorTypes protected_oe property

protected Type[] m_SubEditorTypes
Résultat Type[]