Curve interpolation types.
Enumerator |
---|
AkCurveInterpolation_Log3 | Log3.
|
AkCurveInterpolation_Sine | Sine.
|
AkCurveInterpolation_Log1 | Log1.
|
AkCurveInterpolation_InvSCurve | Inversed S Curve.
|
AkCurveInterpolation_Linear | Linear (Default)
|
AkCurveInterpolation_SCurve | S Curve.
|
AkCurveInterpolation_Exp1 | Exp1.
|
AkCurveInterpolation_SineRecip | Reciprocal of sine curve.
|
AkCurveInterpolation_Exp3 | Exp3.
|
AkCurveInterpolation_LastFadeCurve | Update this value to reflect last curve available for fades.
|
AkCurveInterpolation_Constant | Constant ( not valid for fading values )
|
AkCurveInterpolation_Last | End of enum, invalid value.
|