-
Notifications
You must be signed in to change notification settings - Fork 3
Transform Movers
Transform Movers are components that make small changes simpler and faster than setting up animations.
The original transform values, in local space.
The transform values after this component is applied, in local space.
How the interpolation should behave. Check the Tweening page for information about each setting.
How long an interpolation takes, in seconds. A value of 0 is instant.
Default value is 1.0. Minimum value is 0.0.
If true, the interpolation is inverted when resetting the changes.
Default value is true.
Allows defining a custom interpolation curve. Values are evaluated only from 0 to 1. To use, set the Mode to Curve.
Updates the current transform to its transformed position.
Updates the current transform to its original position.
Resets the original and transformed settings to the current transform.