12345678910111213141516171819202122 |
- {
- "extends": "proxy/aframe/aentityComponent.vwf",
- "type": "component",
- "properties": {
- "direction": null,
- "far": null,
- "interval": null,
- "near": null,
- "objects": null,
- "origin": null,
- "recursive": null,
- "showLine": null,
- "useWorldCoordinates": null
- },
- "methods":{
- "getIntersectionPoint":{
- "parameters": [
- "nodeID"
- ]
- }
- }
- }
|