Skip to content
创建标记
js
const box = new THING.Box(3, 3, 3, {
    position: [0, 1.5, 0],
});

const marker = new THING.Marker({
    name: 'Marker01',
    localPosition: [0, 2.5, 0],
    parent: box,
    style: {
        image: 'https://ue-docs.thingjs.com/dufs/assets/image/alarm_build.png'
    },
});

marker.scaleTo([2, 2, 2], {
    time: 2 * 1000,
    loopType: THING.LoopType.PingPong
});
效果图

效果图

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