Time Scale Sequential

This sequential changes scale of time over time by modifying Time.timeScale.
Base Properties
To learn about the common Base Properties, please see Base Sequential
Animation Options
This sequential derives from Animation Sequential and gets all of its properties. So, to learn about the __Animation Options please see Animation Base
Warning
Although this sequential derives from Object Returner sequential, it does not use any of the Target Object Options.
End Value Type
This option determines the calculation of the end value of the time scale.
Initial to Value
This changes the time scale from its initial value (the value before this sequential starts) to the Time Scale.
From Value to Initial
This instantly sets the time scale to the Time Scale property and then changes it to its initial value again.
Initial Plus Value
This adds Time Scale to the initial time scale and changes it to the calculated value.
Initial Multiply Value
This multiplies initial time scale with the Time Scale and changes the time scale to the calculated value.
From A to B
This lets you define the starting time scale and end time scale of the animation independent from the initial time scale.
Time Scale
This is the float value that determines the end time scale in accordance with the End Value Type option as explained above.
It's possible to assign different kind of values to this property (e.g. directly, randomly, from variable).
Info
To learn more about assigning values with different options, see Value Assign
From Volume
This is only available when the End Value Type is From A to B.
This is the starting time scale value of the animation.