# translate\_location

## `translate_location`

将（触发器属性中的）坐标进行偏移。

## 示例配置

```yaml
- id: translate_location
  args:
    add_x: -0.1 # 更改的x坐标
    add_y: 2.0 # 更改的y坐标
    add-z: 0 # 更改的z坐标
```
