translate_location

Offsets the location by the given amounts along each axis.

Categories: location

Required arguments

Key(s)DescriptionType
add_xThe amount to add to the X coordinate.EXPRESSION
add_yThe amount to add to the Y coordinate.EXPRESSION
add_zThe amount to add to the Z coordinate.EXPRESSION

Example

mutators:
  - id: translate_location
    args:
      add_x: 0.5
      add_y: 1.0
      add_z: -0.5