PoseEasingStyle
Items 6
History | Name | Value | Description | |
---|---|---|---|---|
220 | Linear | 0 | Poses interpolate linearly between key frames. | |
220 | Constant | 1 | Poses do not interpolate but snap to the key frame indicated by the PoseEasingDirection. | |
220 | Elastic | 2 | Pose interpolation will overshoot like it is elastic. | |
220 | Cubic | 3 | Deprecated - Use PoseEasingStyle.CubicV2. Pose interpolation is a cubic curve between keyframes based on the PoseEasingDirection. | |
220 | Bounce | 4 | Pose interpolation produces a bounce like effect between key frames. | |
646 | CubicV2 | 5 | Pose interpolation is a cubic curve between keyframes based on PoseEasingDirection. |