button.vwf.json 319 B

12345678910111213141516
  1. {
  2. "extends": "proxy/aframe/aplane.vwf",
  3. "properties": {
  4. "target": null,
  5. "hoverColor": {
  6. "set": "this.hoverColor = value",
  7. "get": "return this.baseColor"
  8. }
  9. },
  10. "methods": {
  11. "init": {}
  12. },
  13. "scripts": {
  14. "source": "button.js"
  15. }
  16. }