aframevr / aframe-inspector

:mag: Visual inspector tool for A-Frame. Hit *<ctrl> + <alt> + i* on any A-Frame scene.
https://aframe.io/aframe-inspector/examples/
MIT License
655 stars 203 forks source link

Exposes inspector events #514

Closed tomas-polach closed 7 years ago

tomas-polach commented 7 years ago

building scripts on top of the inspector i would like to be able to listen to inspector events i.e.

AFRAME.INSPECTOR.on('inspectormodechanged', function(event){  })
fernandojsg commented 7 years ago

Thanks!