object.scale

对象-缩放

模块:Objects调用:piclient.emit('object.scale', {...})

缩放对象,默认时间是0

输入

参数类型必填默认值说明
targetstringObjectId
tagstring
scalestring1.0,1.0,1.0x,y,z
timestring0时间s

调用

typescript
piclient.emit("object.scale",{
	target: "ObjectId",
	tag: "",
	scale: "1.0,1.0,1.0", //x,y,z
	time: "0", //时间s
})
← 返回 Objects 模块