siTimeControlExtrapolationType

説明

siTimeControlExtrapolationType は、Clip が、この定数自体に定義されているフレームの外部にあるアニメーションでどのように使用されるかを定義します。

C#構文

siTimeControlExtrapolationType.siTimeControlExtrapolationNone               // 0

siTimeControlExtrapolationType.siTimeControlExtrapolationHold               // 1

siTimeControlExtrapolationType.siTimeControlExtrapolationCycle              // 2

siTimeControlExtrapolationType.siTimeControlExtrapolationBounce             // 3

コンスタント 詳細
siTimeControlExtrapolationNone 0 補間しません。外挿を削除する場合に使用します。
siTimeControlExtrapolationHold 1 最初の値または最後の値を、TimeControl.ExtrapolationBeforeValue または TimeControl.ExtrapolationAfterValue に指定されたフレーム数の間保持します。
siTimeControlExtrapolationCycle 2 TimeControl.ExtrapolationBeforeValue または TimeControl.ExtrapolationAfterValue で指定された回数クリップを繰り返します。
siTimeControlExtrapolationBounce 3 TimeControl.ExtrapolationBeforeValue または TimeControl.ExtrapolationAfterValue で指定された回数、はじめ順方向へ、次に逆方向へクリップを繰り返します。

適用対象

TimeControl.ExtrapolationAfterType TimeControl.ExtrapolationBeforeType TimeControl::GetExtrapolationBeforeType TimeControl::GetExtrapolationAfterType

関連項目

TimeControl.ExtrapolationAfterValue TimeControl.ExtrapolationBeforeValue TimeControl::GetExtrapolationBeforeValue TimeControl::GetExtrapolationAfterValue