Method BakeAnimation
BakeAnimation(uint, uint, uint, ulong)
WARNING: this function is tagged as 'EXPERIMENTAL'
Bake an animation. The values are now precalculated and no longer interpolated.
Declaration
[HandleProcessCorruptedStateExceptions]
public void BakeAnimation(uint animation, uint occurrence, uint end, ulong interval)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | animation | The Animation |
| uint | occurrence | The occurrence |
| uint | end | The parent occurrence |
| ulong | interval | The interval |