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

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void
        public void OnDisable()
        {
            this.m_ShowIsStatic.valueChanged.RemoveListener(new UnityAction(this.Repaint));
            this.m_ShowIsKinematic.valueChanged.RemoveListener(new UnityAction(this.Repaint));
            this.m_ShowInfo.valueChanged.RemoveListener(new UnityAction(this.Repaint));
        }