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
654 stars 201 forks source link

Expose inspector events #513

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){  })
tomas-polach commented 7 years ago

sorry, duplicated in PR #514