IOT对象位置偏移
输入
| 参数 | 类型 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|
iotId | string | 是 | — | — |
location | string | 是 | — | x,y,z |
rotation | string | 是 | — | x,y,z |
scale | string | 是 | — | x,y,z |
duration | number | 是 | 0.0 | — |
rate | number | 是 | 0.0 | — |
调用
typescript
piclient.emit("iot.offsetTransform",{
iotId: "",
location: "", //x,y,z
rotation: "", //x,y,z
scale: "", //x,y,z
duration: 0.0,
rate: 0.0,
})