Method InternalCrossFadeAlpha
InternalCrossFadeAlpha(float, float, bool)
Tweens the alpha of the CanvasRenderer color associated with this Graphic.
Declaration
protected override void InternalCrossFadeAlpha(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? |