viewOffsetCamera-component.vwf.json 343 B

123456789101112131415161718
  1. {
  2. "extends": "proxy/aframe/aentityComponent.vwf",
  3. "type": "component",
  4. "properties": {
  5. "fullWidth": null,
  6. "fullHeight": null,
  7. "xoffset": null,
  8. "yoffset": null,
  9. "subcamWidth": null,
  10. "subcamHeight": null
  11. },
  12. "methods": {
  13. "setParams": {}
  14. },
  15. "scripts": {
  16. "source": "viewOffsetCamera-component.js"
  17. }
  18. }