Scale Sequential

This sequential scales a transform with animation.
Base Properties
To learn about the common Base Properties, please see Base Sequential
Target Object Options
This sequential derives from Object Returner Sequential and gets all its properties from that sequential. So, to learn about the Target Object Options please see Object Returner 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
Scale Type
This option determines the calculation of the end value of the scale action.
Initial to Value
This scales the target transform from its initial value (the value before this sequential starts) to the Scale Value.
From Value to Initial
This instantly sets the scale of the target transform to the Scale Value and then scales it to its initial value again.
Initial Plus Value
This adds Scale Value to the target transform's initial scale value and scales it to the calculated value.
Initial Multiply Value
This multiplies each axis of the transform's initial scale with the corresponding axis of the Scale Value and scales the target transform to the calculated value.
From A to B
This lets you define the starting scale and end scale of the scale animation independent from the initial scale of the target transform.

Scale Value
This is the Vector3 value that determines the end scale in accordance with the Scale Type option as explained above.
It's possible to assign different kind of values to this property (e.g. directly, randomly, from variable).
For example, to scale the target transform to the scale of another transform, you can select Another Transform or Sequential for the value assigning option and then choose the transform to match the scale.
Info
To learn more about assigning values with different options, see Value Assign
Tip
When you assign Scale Value with Sequential option, you need to connect the related sequential's Sequential output port to this sequential's To Scale input port.
From Scale
This is only available when the Scale Type is From A to B.
This is the starting scale value of the scale animation.
Tip
When you assign From Scale with Sequential option, you need to connect the related sequential's Sequential output port to this sequential's From Scale input port.