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

OnDisable() 보호된 메소드

See MonoBehaviour.OnDisable.

protected OnDisable ( ) : void
리턴 void
        protected override void OnDisable()
        {
            if (this.graphic != null)
            {
                this.graphic.SetVerticesDirty();
            }
            base.OnDisable();
        }