UnityEditor.EditorCache.CleanupAllEditors C# (CSharp) Метод

CleanupAllEditors() публичный Метод

public CleanupAllEditors ( ) : void
Результат void
        public void CleanupAllEditors()
        {
            this.m_UsedEditors.Clear();
            this.CleanupUntouchedEditors();
        }