A 帧光标超时不起作用
A-frame cursor timeout not working
我有代码,当你看着一个元素时,它会移动。我使用带 fuse="true"
的光标实现了这一点。我想将 fuseTimeout 设置为 100 毫秒,并尝试将以下内容添加到 <a-cursor>
元素中:
cursor="fuseTimeout: 100"
timeout="100"
fuseTimeout="100"
尝试fuse-timeout="100"
。文档已关闭,将修复。
我有代码,当你看着一个元素时,它会移动。我使用带 fuse="true"
的光标实现了这一点。我想将 fuseTimeout 设置为 100 毫秒,并尝试将以下内容添加到 <a-cursor>
元素中:
cursor="fuseTimeout: 100"
timeout="100"
fuseTimeout="100"
尝试fuse-timeout="100"
。文档已关闭,将修复。