UnityEditor.AssetImporterTabbedEditor.OnDestroy C# (CSharp) Method

OnDestroy() private method

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