UnityEditor.AssetImporterTabbedEditor.OnDestroy C# (CSharp) 메소드

OnDestroy() 개인적인 메소드

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