Evaluates one of the SDK fade curve presets for a normalized interpolation value.
Input is clamped to the [0, 1] range before evaluation so callers can safely pass overshooting values from timeline math or easing chains without guarding them first.
[0, 1]
Fade curve preset to evaluate.
Normalized progress value, typically between 0 and 1.
0
1
Remapped normalized value after the selected fade curve is applied.
Evaluates one of the SDK fade curve presets for a normalized interpolation value.
Input is clamped to the
[0, 1]range before evaluation so callers can safely pass overshooting values from timeline math or easing chains without guarding them first.