1234567891011121314151617181920212223 |
- {
- "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"
- ]
- },
- "getIntersectedElement":{}
- }
- }
|