F カーブ上の特定のキーに対する補間タイプを指定します。補間は、FCurveKeyの間で値をどのように評価するか定義します。
siFCurveKeyInterpolation.siDefaultKeyInterpolation // 0 siFCurveKeyInterpolation.siConstantKeyInterpolation // 1 siFCurveKeyInterpolation.siLinearKeyInterpolation // 2 siFCurveKeyInterpolation.siCubicKeyInterpolation // 3 |
コンスタント | 値 | 詳細 |
---|---|---|
siDefaultKeyInterpolation | 0 | 既存の関数 |
siConstantKeyInterpolation | 1 | 定数関数 |
siLinearKeyInterpolation | 2 | 1次関数 |
siCubicKeyInterpolation | 3 | ベジェ3次関数 |