Animation.UpdateMode

Values

ValueMeaning
updateContinuous0

Update between keyframes.

updateDiscrete1

Update at the keyframes and hold the value.

updateTrigger2

Update at the keyframes.

updateCapture3

Same as linear interpolation, but also interpolates from the current value (i.e. dynamically at runtime) if the first key isn't at 0 seconds.

Meta