Enum Animation.UpdateMode

enum UpdateMode : int { ... }

Enum members

NameDescription
updateCapture
updateContinuous Update between keyframes.
updateDiscrete Update at the keyframes and hold the value.
updateTrigger Update at the keyframes.