Quantcast
Viewing all articles
Browse latest Browse all 498708

插件自定义当前选中node属性检查器

selection:activated
selection:deactivated

可以获得当前选中的节点

Editor.Ipc.sendToPanel('scene', 'scene:query-node', uuid, () => {});

可以拿到 node 的 dump 数据

Editor.Ipc.sendToPanel('scene', 'scene:set-property', {
    id: this.node.id,
    path: 'name',
    type: 'String',
    value: event.target.value,
    isSubProp: false,
});

最后要改数据可以发送这个消息让 scene 更改节点的数据


Viewing all articles
Browse latest Browse all 498708

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>