UnityEngine.UI.RectMask2D.OnDisable C# (CSharp) 메소드

OnDisable() 보호된 메소드

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