Skip to content
js
thing1 = app.query("thing1")[0]
// 移动位置
thing1.position = [0,8,0]
// 旋转角度
thing1.rotateTo([0,90,0])
// 缩放
thing1.scaleTo([10,10,10])

京ICP备13053130号 京公网安备11010502050947号