UnityEngine.UI.BaseMeshEffect.OnDidApplyAnimationProperties C# (CSharp) Method

OnDidApplyAnimationProperties() protected method

protected OnDidApplyAnimationProperties ( ) : void
return void
        protected override void OnDidApplyAnimationProperties()
        {
            if (this.graphic != null)
            {
                this.graphic.SetVerticesDirty();
            }
            base.OnDidApplyAnimationProperties();
        }