lineComponent.vwf.json 194 B

1234567891011
  1. {
  2. "extends": "proxy/aframe/aentityComponent.vwf",
  3. "type": "component",
  4. "properties": {
  5. "start": null,
  6. "end": null,
  7. "color": null,
  8. "opacity": null,
  9. "visible": null
  10. }
  11. }