aentity.vwf.yaml 411 B

123456789101112131415161718192021222324
  1. # https://aframe.io/docs/0.5.0/core/entity.html
  2. ---
  3. extends: http://vwf.example.com/aframe/node.vwf
  4. type: "a-entity"
  5. properties:
  6. position:
  7. rotation:
  8. scale:
  9. clickable:
  10. displayName:
  11. visible:
  12. edit:
  13. worldPosition:
  14. osc:
  15. methods:
  16. setGizmoMode:
  17. parameters:
  18. - mode
  19. showCloseGizmo:
  20. lookAt:
  21. parameters:
  22. - nodeID
  23. scripts:
  24. - source: "http://vwf.example.com/aframe/aentity.js"