UnityEditor.EditorCache.CleanupAllEditors C# (CSharp) Method

CleanupAllEditors() public method

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