MCPcopy
hub / github.com/aframevr/aframe / hideRay

Function hideRay

src/components/laser-controls.js:71–75  ·  view source on GitHub ↗
(evt)

Source from the content-addressed store, hash-verified

69 }
70
71 function hideRay (evt) {
72 var controllerConfig = config[evt.detail.name];
73 if (!controllerConfig) { return; }
74 el.setAttribute('raycaster', 'showLine', false);
75 }
76 },
77
78 config: {

Callers

nothing calls this directly

Calls 1

setAttributeMethod · 0.45

Tested by

no test coverage detected