Skip to content

Transform Movers

WhistleWiz edited this page Mar 6, 2025 · 2 revisions

Transform Movers are components that make small changes simpler and faster than setting up animations.

TransformMover

Original Position/Rotation/Scale

The original transform values, in local space.

Transformed Position/Rotation/Scale

The transform values after this component is applied, in local space.

Mode

How the interpolation should behave. Check the Tweening page for information about each setting.

Duration

How long an interpolation takes, in seconds. A value of 0 is instant.

Default value is 1.0. Minimum value is 0.0.

Use Absolute Value

If true, the interpolation is inverted when resetting the changes.

Default value is true.

Custom Curve

Allows defining a custom interpolation curve. Values are evaluated only from 0 to 1. To use, set the Mode to Curve.

Preview Transformed

Updates the current transform to its transformed position.

Preview Original

Updates the current transform to its original position.

Reset

Resets the original and transformed settings to the current transform.

Clone this wiki locally