Version: 2017.3

Graphic.CrossFadeColor

매뉴얼로 전환
public void CrossFadeColor (Color targetColor, float duration, bool ignoreTimeScale, bool useAlpha);

파라미터

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

설명

Tweens the CanvasRenderer color associated with this Graphic.