Version: 2017.3

Graphic.CrossFadeColor

Cambiar al Manual
public void CrossFadeColor (Color targetColor, float duration, bool ignoreTimeScale, bool useAlpha);

Parámetros

targetColor Target color.
duration Tween duration.
ignoreTimeScale Should ignore Time.scale?
useAlpha Should also Tween the alpha channel?

Descripción

Tweens the CanvasRenderer color associated with this Graphic.