sound3.vwf.yaml 257 B

123456789101112131415
  1. ## The component representation of a 3D sound
  2. ##
  3. ## @name sound3.vwf
  4. ## @namespace
  5. ---
  6. extends: http://vwf.example.com/sound.vwf
  7. properties:
  8. endrange:
  9. startrange:
  10. methods:
  11. tick:
  12. updateVolume:
  13. scripts:
  14. - source: "http://vwf.example.com/sound3.js"