缩放对象,默认时间是0
输入
| 参数 | 类型 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|
target | string | 是 | ObjectId | — |
tag | string | 是 | — | — |
scale | string | 是 | 1.0,1.0,1.0 | x,y,z |
time | string | 是 | 0 | 时间s |
调用
typescript
piclient.emit("object.scale",{
target: "ObjectId",
tag: "",
scale: "1.0,1.0,1.0", //x,y,z
time: "0", //时间s
})