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

OnEnable() 보호된 메소드

protected OnEnable ( ) : void
리턴 void
        protected override void OnEnable()
        {
            base.OnEnable();
            this.m_ShouldRecalculateClipRects = true;
            ClipperRegistry.Register(this);
            MaskUtilities.Notify2DMaskStateChanged(this);
        }