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

OnDisable() protected méthode

See MonoBehaviour.OnDisable.

protected OnDisable ( ) : void
Résultat void
        protected override void OnDisable()
        {
            if (this.graphic != null)
            {
                this.graphic.SetVerticesDirty();
            }
            base.OnDisable();
        }