siFCurveInterpolation

説明

FCurve の補間は、FCurveKey 間で値をどのように評価するかを決定します。これは、siFCurveKeyInterpolation 列挙型によく似ています。

コンスタント 詳細
siDefaultInterpolation 0 既存の関数
siConstantInterpolation 1 定数関数
siLinearInterpolation 2 1次関数
siCubicInterpolation 3 ベジェ3次関数

適用対象

AnimationSourceItem.SetAsFCurve FCurve.Interpolation Parameter.AddFCurve CParameterRefArray::PlotAnimation FCurve::GetInterpolation FCurve::PutInterpolation

関連項目

siFCurveKeyInterpolation FCurve Interpolation and Extrapolation