UnityEditor.AnimationWindow.OnDisable C# (CSharp) Méthode

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void
        public void OnDisable()
        {
            s_AnimationWindows.Remove(this);
            this.m_AnimEditor.OnDisable();
        }