UnityEngine.UI.RectMask2D.OnDisable C# (CSharp) Méthode

OnDisable() protected méthode

protected OnDisable ( ) : void
Résultat void
        protected override void OnDisable()
        {
            base.OnDisable();
            this.m_ClipTargets.Clear();
            this.m_Clippers.Clear();
            ClipperRegistry.Unregister(this);
            MaskUtilities.Notify2DMaskStateChanged(this);
        }