PoseEasingStyle

Items

NameValueSummary
Linear0

Poses interpolate linearly between key frames.

Constant1

Poses do not interpolate but snap to the key frame indicated by the Enum.PoseEasingDirection.

Elastic2

Pose interpolation will overshoot like it is elastic.

Cubic3

Deprecated - Use Enum.PoseEasingStyle.CubicV2. Pose interpolation is a cubic curve between keyframes based on the Enum.PoseEasingDirection.

Bounce4

Pose interpolation produces a bounce like effect between key frames.

CubicV25

Pose interpolation is a cubic curve between keyframes based on Enum.PoseEasingDirection.

On this page