object.opacity

对象-透明度

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

对象设置透明度

输入

参数类型必填默认值说明
targetstringObjectId
tagstring
opacitystring0.5
bAffectChildstringtruetrue/false
可选值:truefalse

调用

typescript
piclient.emit("object.opacity",{
	target: "ObjectId",
	tag: "",
	opacity: "0.5",
	bAffectChild: "true",//true/false
})
← 返回 Objects 模块