所以,我试图在第 8 面墙上获取一些文本的位置,它一直错误地显示为“null”,但是当我在 aframe 中记录相同的内容时,它工作得很好。
Aframe HTML & JS
//-- HTML
<a-text id="text" value="This my text" position="-1.5 4 -5" color="#000" scale="1.5 1.5 1.5"></a-text>
//-- JS
const text = document.querySelector('#text');
console.log(text)
8th Wall HTML & JS
//-- HTML
<a-text id="text" value="This my text" position="0 0 0" color="#000" scale=".4 .4 .4"</a-text>
//-- JS
const text = document.querySelector('#text');
console.log(text)
Aframe 给了我
<a-text id="text" value="This is how text works!" position="-1.5 4 -5" color="#000" scale="1.5 1.5 1.5">
下拉更多信息,但第 8 面墙给了我这个
▼ Uncaught TypeError: Cannot read property 'getAttribute' of null at Object。app.js:15:26 在webpack_require引导在(匿名)引导在(匿名) dist_b10037af710deed478c4f4e425bebc2509497cc1-8e90da767df8e9b631034f88b9b150fc_bundle.js