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

collapse child entities #520

Closed ngokevin closed 5 years ago

ngokevin commented 6 years ago

If there is a parent entity with many child entities, it would be nice to be able to collapse them (e.g., caret down/caret up icons). Or perhaps start out all collapsed similar to DOM Inspector.

<a-entity> V
<a-entity> ^
  <a-box>
  <a-box>
  <a-box>
  <a-box>
  <a-box>