siTimeControlExtrapolationType
Description
The siTimeControlExtrapolationType determines how a Clip contributes to the animation outside of the frames on which it is defined.
C# Syntax
siTimeControlExtrapolationType.siTimeControlExtrapolationNone // 0 siTimeControlExtrapolationType.siTimeControlExtrapolationHold // 1 siTimeControlExtrapolationType.siTimeControlExtrapolationCycle // 2 siTimeControlExtrapolationType.siTimeControlExtrapolationBounce // 3
|
Constant |
Value |
Description |
|
0 |
Results in no extrapolation. Use this to delete an extrapolation. |
|
|
1 |
Results in the first or last values being held for the number of frames specified by TimeControl.ExtrapolationBeforeValue or TimeControl.ExtrapolationAfterValue. |
|
|
2 |
Repeats the clip for the number of times specified by TimeControl.ExtrapolationBeforeValue or TimeControl.ExtrapolationAfterValue. |
|
|
3 |
Repeats the clip forward, then backward, and so on for the number of times specified by TimeControl.ExtrapolationBeforeValue or TimeControl.ExtrapolationAfterValue. |
Applies To
See Also
Autodesk Softimage v7.5