Skip to content

Transform Value Actions

Value actions directly set or randomize transform values.

Use them for one-shot setup, procedural variation, and quick runtime adjustments.

Transform Set Value

TransformSetValue sets a Transform variable reference to another Transform.

Parameter Description
Transform The Transform variable to set.
Value Transform value to assign.

Transform Randomize

TransformRandomize randomizes position, rotation, and scale (including optional axis flip probability).

Parameter Description
Transform The Transform to randomize.
Offset Maximum position offset per axis (+- value).
Rotation Maximum rotation (degrees) per axis (+- value).
Scale Delta Maximum scale delta per axis (0.2 gives scale range [0.8, 1.2]).
Flip Chance Per-axis flip probability (0 never, 1 always).

Transform Match Target

TransformMatchTarget matches a Transform's world position and rotation to a target Transform, with separate toggles for each position and rotation axis.

Parameter Description
Transform The Transform to update.
Target The target Transform to match.
Position X/Y/Z Choose which world position axes to copy from the target.
Rotation X/Y/Z Choose which world rotation axes to copy from the target.