let obj={ child:1 } const gui = new dat.GUI(); // 创建一个子孩子 const folder=gui.addFolder('nameOne') folder.add(obj,'child',-1,1,0.1); ...
確定! 回上一頁