Enum Animation.UpdateMode
enum UpdateMode
: int { ... }
Enum members
Name | Description |
---|---|
updateCapture
|
|
updateContinuous
|
Update between keyframes. |
updateDiscrete
|
Update at the keyframes and hold the value. |
updateTrigger
|
Update at the keyframes. |