A-Frame link遍历支持
A-Frame link traversal support
在A-Frame FAQ中是这样写的:
Link traversal support was introduced in the WebVR 1.0 API and A-Frame
0.3.0. There is a link component that can trigger navigation and built-in support for knowing whether the user is navigating from
another WebVR experience.
但是,A-Frame Docs 中似乎没有关于此 link 组件的条目。
如何使用这样的组件来触发 link 遍历?
谢谢。
糟糕,这是一个错误。内置 link 遍历和文档尚未引入,因为我们改进了 WebVR 规范和浏览器本身的 link 遍历体验。
这刚刚在 AFrame 0.6 中引入
https://github.com/aframevr/aframe/blob/master/CHANGELOG.md
编辑:
这是它的页面:
https://aframe.io/docs/0.6.0/components/link.html
在A-Frame FAQ中是这样写的:
Link traversal support was introduced in the WebVR 1.0 API and A-Frame 0.3.0. There is a link component that can trigger navigation and built-in support for knowing whether the user is navigating from another WebVR experience.
但是,A-Frame Docs 中似乎没有关于此 link 组件的条目。 如何使用这样的组件来触发 link 遍历? 谢谢。
糟糕,这是一个错误。内置 link 遍历和文档尚未引入,因为我们改进了 WebVR 规范和浏览器本身的 link 遍历体验。
这刚刚在 AFrame 0.6 中引入 https://github.com/aframevr/aframe/blob/master/CHANGELOG.md
编辑: 这是它的页面: https://aframe.io/docs/0.6.0/components/link.html