siFCurveKeyInterpolation

説明

F カーブ上の特定のキーに対する補間タイプを指定します。補間は、FCurveKeyの間で値をどのように評価するか定義します。

C#構文

siFCurveKeyInterpolation.siDefaultKeyInterpolation                          // 0

siFCurveKeyInterpolation.siConstantKeyInterpolation                         // 1

siFCurveKeyInterpolation.siLinearKeyInterpolation                           // 2

siFCurveKeyInterpolation.siCubicKeyInterpolation                            // 3

コンスタント 詳細
siDefaultKeyInterpolation 0 既存の関数
siConstantKeyInterpolation 1 定数関数
siLinearKeyInterpolation 2 1次関数
siCubicKeyInterpolation 3 ベジェ3次関数

適用対象

FCurveKey.Interpolation FCurve::AddKey FCurveKey::GetInterpolation FCurveKey::PutInterpolation

関連項目

siFCurveInterpolation FCurve Interpolation and Extrapolation