a-frame 的 a-cursor 是否检测到不可见的实体?

Does the a-cursor of a-frame detect invisible entities?

目前,光标似乎无法识别不可见的实体。但是,我可以使用动画使可见实体变得不可见。 有什么办法可以反过来吗? 谢谢。

尝试使用 material opacity 而不是整个对象 visible.

使对象不可见
<a-entity material="opacity: 0"></a-entity>