logo
  • 教程列表
  • SO官方文档
  • 实体 a-entity
    • 倾听组件更改
    • 倾听子元素被附加和分离
    • 实体多属性组件数据(setAttribute)
    • 检索实体
    • 检索实体组件
  1. StackOverflow 文档
  2. aframe 教程
  3. 实体 a-entity
  4. 检索实体

检索实体

Created: November-22, 2018

我们可以使用 DOM API 简单地检索实体。

<a-entity id="mario"></a-entity>
var el = document.querySelector('#mario');
  • 检索实体组件
  • 实体多属性组件数据(setAttribute)

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 关于我们
  • 免责声明