C# Class UnityEditor.AssetImporterTabbedEditor

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

Protected Properties

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

Private Properties

Свойство Type Description
OnDestroy void
OnEnable void

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
AssetImporterTabbedEditor ( ) : System

Private Methods

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

Method Details

AssetImporterTabbedEditor() protected méthode

protected AssetImporterTabbedEditor ( ) : System
Résultat System

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

Property Details

m_SubEditorNames protected_oe property

protected string[] m_SubEditorNames
Résultat string[]

m_SubEditorTypes protected_oe property

protected Type[],System m_SubEditorTypes
Résultat System.Type[]