UnityEditor.AssetImporterTabbedEditor.OnDestroy C# (CSharp) Méthode

OnDestroy() private méthode

private OnDestroy ( ) : void
Résultat void
        private void OnDestroy()
        {
            AssetImporterInspector activeEditor = this.activeEditor;
            if (activeEditor != null)
            {
                this.m_ActiveEditor = null;
                Object.DestroyImmediate(activeEditor);
            }
        }