UnityEditor.EditorCache.CleanupAllEditors C# (CSharp) Méthode

CleanupAllEditors() public méthode

public CleanupAllEditors ( ) : void
Résultat void
        public void CleanupAllEditors()
        {
            this.m_UsedEditors.Clear();
            this.CleanupUntouchedEditors();
        }