UnityEditor.EditorCache.CleanupAllEditors C# (CSharp) 메소드

CleanupAllEditors() 공개 메소드

public CleanupAllEditors ( ) : void
리턴 void
        public void CleanupAllEditors()
        {
            this.m_UsedEditors.Clear();
            this.CleanupUntouchedEditors();
        }