TFadingCurve
TFadingCurve = (fcv_Linear, fcv_SmoothStep);
Easing curve applied to the progression of a fade.
| Value | Description |
|---|---|
fcv_Linear |
constant fading speed |
fcv_SmoothStep |
smooth acceleration and deceleration (ease-in / ease-out) |
TFadingCurve = (fcv_Linear, fcv_SmoothStep);
Easing curve applied to the progression of a fade.
| Value | Description |
|---|---|
fcv_Linear |
constant fading speed |
fcv_SmoothStep |
smooth acceleration and deceleration (ease-in / ease-out) |