bevy_editor_prototypes icon indicating copy to clipboard operation
bevy_editor_prototypes copied to clipboard

Outliner/Tree-view ideas

Open doup opened this issue 1 year ago • 0 comments
trafficstars

  • show the tree view with icons so it's easy to identity "entity type" (there aren't types, but something can be inferred by the used components)
  • filter
  • drag/drop reorder tree view, change parent/children relation
  • uses Name component to show name in list; renaming the entity changes the Name component
  • can the outliner/tree-view tool be generalized for relations?
  • clicking on an entity selects it and shows its component in the "entity inspector", multiple entities can be selected in the outliner

doup avatar Oct 25 '24 18:10 doup