robot.vwf.json 342 B

12345678910111213141516171819
  1. {
  2. "extends": "proxy/aframe/aentity.vwf",
  3. "properties": {
  4. "cubeID": null
  5. },
  6. "methods": {
  7. "initialize":{},
  8. "initRobot":{},
  9. "getCube":{},
  10. "rotateFace":{
  11. "parameters":[
  12. "faceID"
  13. ]
  14. }
  15. },
  16. "scripts": {
  17. "source": "robot.js"
  18. }
  19. }