Method CrossFadeAlpha
CrossFadeAlpha(float, float, bool)
Tweens the alpha of the CanvasRenderer color associated with this Graphic.
Declaration
public override void CrossFadeAlpha(float alpha, float duration, bool ignoreTimeScale)
Parameters
Type | Name | Description |
---|---|---|
float | alpha | Target alpha. |
float | duration | Duration of the tween in seconds. |
bool | ignoreTimeScale | Should ignore Time.scale? |