在活动中定位课程

时间:2016-07-21 07:18:21

标签: aframe

是否可以在事件中定位类而不是唯一ID?例如:

<a-event name="click" target=".allmyvideos" radius="5000"></a-event>

1 个答案:

答案 0 :(得分:1)

我建议使用https://github.com/ngokevin/aframe-event-set-component/替换<a-event>

目前,事件集组件确实支持类,但我需要添加对querySelectorAll的支持。您可以在https://github.com/ngokevin/aframe-event-set-component提交问题。